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)
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
[#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
.- 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