ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

bluefeather and rdiscount not in Gemfile, but they're required by rake db:migrate (Bug #924)


Added by Andrey Mikhaylov at 2012-03-08 06:37 pm. Updated at 2012-03-09 07:18 am.


Status:Declined Start date:2012-03-08
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Remote issue URL: Affected version:3.0.0

Description

I've been upgrading 2.2 to 3.0 using the upgrade manual.

When doing bundle exec rake db:migrate RAILS_ENV=production, i had the following errors (separately):

no such file to load -- bluefeather
no such file to load -- rdiscount

After adding those to Gemfile, the migration went all right.


History

Updated by Andrey Mikhaylov at 2012-03-08 09:08 pm

Ah... I should've set the affected version to 3.0. And now i can't find where to change it.

  • Target version deleted (3.1.0)

Updated by Felix Schäfer at 2012-03-09 07:09 am

Hi Andrey, those are probably gems needed for a plugin, aren't they? I can't see them mentioned in the ChiliProject core…

  • Category deleted (Versions)
  • Affected version set to 3.0.0

Updated by Andrey Mikhaylov at 2012-03-09 07:16 am

You're right, Felix! Both of those gems are required by plugins i had installed.

Sorry for disturbance.

  • Status changed from Open to Declined

Updated by Felix Schäfer at 2012-03-09 07:18 am

No problem. You can even add those to the plugins in a Gemfile directly in the plugin's root directory, or add them locally to your ChiliProject in a Gemfile.local, this way you don't need to edit and won't have problems updating the stock Gemfile.

Also available in: Atom PDF