This project is archived and is in readonly mode.
Backward rails version compatibality
Reported by bagwanpankaj | March 10th, 2010 @ 11:32 AM
After installing rails 3.0.0.beta, if one wants to generate rails application using old version with following command:
rails 2.x.x myapp
It does not work and gives the following error
/usr/local/lib/site_ruby/1.8/rubygems.rb:827:in
report_activate_error': RubyGem version error:
railties(3.0.0.beta not = 2.x.x) (Gem::LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems.rb:261:in `activate'
from /usr/local/lib/site_ruby/1.8/rubygems.rb:68:in `gem'
from /usr/bin/rails:18
Comments and changes to this ticket
-
windock March 12th, 2010 @ 12:08 AM
In the meantime, http://webtech.union.rpi.edu/blog/2010/02/24/rails-2-and-rails-3/ is helpful, which tells, you should modify rails executable.
-
José Valim March 12th, 2010 @ 06:44 PM
- State changed from new to wontfix
Yes, unfortunately this won't fix.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>