The current WebFaction Rails installs Rails 3.0.5. The current version of Redmine appears to want v2.3.4. When I try to run any command (like "rake db:migrate"), I get "can't activate rails (= 2.3.4, runtime) for [], already activated rails-3.0.5 for []" I've tried installing the older version of Rails via "gem install rails -v2.3.4". Error doesn't change. I've tried to convince Redmine to use the newer version by editing config/environment.rb to say "RAILS_GEM_VERSION = '3.0.5'". Error doesn't change. Thoughts? asked 26 Mar '11, 05:03 Ron Craswell |
Have you tried doing the Redmine installation using an older version of the Rails app installed in the Control Panel (say, Rails 2.3.5)? If not, you should give it a try.
Alternatively, you can try removing/renaming the current Rails gem directory and install the older version.