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.

Gemfile: Missing database related platform block for Windows + RubyInstaller (Bug #617)


Added by Jörg Hagemann at 2011-09-12 11:23 am. Updated at 2011-09-23 07:29 pm.


Status:Closed Start date:2011-09-12
Priority:Normal Due date:
Assignee:Holger Just % Done:

0%

Category:-
Target version:2.3.0
Remote issue URL: Affected version:2.2.0

Description

System: WinXPSP3 with Ruby 1.8.7 (RubyInstaller)

Executing bundle install does not reach any gem "<database>" related lines because of missing a suitable platform block (e.g. mswin or mingw_18) in Gemfile.
That could end up in a error message like this:

C:\...>bundle exec rake db:migrate RAILS_ENV=development
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install
rake aborted!
no such file to load -- mysql


Associated revisions

Revision 48796c90
Added by Holger Just at 2011-09-23 09:27 pm

[#617] Include database gems for mingw (Ruby on Windows)

History

Updated by Holger Just at 2011-09-12 11:33 am

The issue was also discussed at RE: Losing the will to install.

  • Assignee deleted (Felix Schäfer)

Updated by Holger Just at 2011-09-15 10:44 pm

  • Target version set to 2.3.0
  • Assignee set to Holger Just
  • (deleted custom field) set to 2.2.0

Updated by Holger Just at 2011-09-23 07:29 pm

Fixed in 48796c9

  • Status changed from Open to Closed

Also available in: Atom PDF