Defect #15797
closedCould not find gem 'database_cleaner (>= 0) x86-mingw32' in the gems available on this machine.
0%
Description
When I was trying to install redmine in Windows 7 system, I am getting an error 'Could not find gem 'database_cleaner (>= 0) x86-mingw32' in the gems available on this machine.'
In don't know from where i can get above mentioned .gem file. Since I am installing it for first time, i am expecting little more help.
I followed all the steps being mentioned in http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache#Install-Redmine
link.
While executing
cd C:\webserver\Redmine
set RAILS_ENV=production
rake generate_session_store
I got 'Could not find gem 'database_cleaner (>= 0) x86-mingw32' in the gems available on this machine.'
Files
Related issues
Updated by Daniel Felix almost 11 years ago
- Priority changed from High to Normal
Did you run bundler? http://bundler.io/
Otherwise you can download the gems all manually from http://rubygems.org/ but this will take quite some time as you need many gems.
Updated by Jean-Philippe Lang almost 11 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Similar to #15377, database_cleaner dependency is removed in 2.5.0.
Updated by Jean-Philippe Lang almost 11 years ago
- Is duplicate of Defect #15377: bundle install --without development test fails added
Updated by Lajish Lakshmanan almost 11 years ago
Thanx for your valuable suggestions. Above mentioned has been resolved.