This project is archived and is in readonly mode.
rails _2.35_ appname loads the wrong version of rails gem
Reported by Felipe Rodrigues | April 13th, 2010 @ 03:53 AM
When running "rails 2.3.5 appname" I got:
report_activate_error': RubyGem version error:
railties(3.0.0.beta2 not = 2.3.5) (Gem::LoadError)
Comments and changes to this ticket
-
Felipe Rodrigues April 13th, 2010 @ 03:54 AM
- Tag set to rails3, rails_gem_version
As suggestion of wycats, I moved the rails binary from railties back to rails gem.
-
Repository April 13th, 2010 @ 03:56 AM
- State changed from new to resolved
(from [a64bfc3c8e2a62b39f3cf8497c2a5a82272bd27a]) moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved]
Signed-off-by: wycats wycats@gmail.com
http://github.com/rails/rails/commit/a64bfc3c8e2a62b39f3cf8497c2a5a...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 4382 rails _2.35_ appname loads the wrong version of rails gem (from [a64bfc3c8e2a62b39f3cf8497c2a5a82272bd27a]) moved r...