This project is archived and is in readonly mode.
After installing Rails 3, unable to create apps with older versions
Reported by Rishav Rastogi | January 17th, 2010 @ 11:20 AM
I have installed rails 3 onto my ruby 1.8.7 installation. I have rails 2.3.5, 2.3.4 installed there as well. I get the following error when I tried to create a app with 2.3.5
rishav@rishav-laptop:~/rails_apps$ rails 2.3.5
todo_list -d mysql
/usr/local/lib/site_ruby/1.8/rubygems.rb:827:in
report_activate_error': RubyGem version error:
railties(3.0.pre not = 2.3.5) (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:1
Comments and changes to this ticket
-
Robs March 25th, 2010 @ 03:53 PM
I'm having the same problem. Were you able to find a solution? I tried "rails 2.3.5 code" too.
-
José Valim March 26th, 2010 @ 12:15 AM
- State changed from new to wontfix
Unfortunately won't fix. It's more like a Rubygems limitation.
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>