Please quote when replying. Brian Wolk wrote in post #970115: > I guess what I'm asking is how do I freeze the Rails version to 2.3.3 > (actually make that 2.3.5)?
Do you want to? My understanding is that for security reasons, you should probably be using 2.3.10. > > I've already followed the steps here: > http://wiki.rubyonrails.org/getting-started/upgrading > > ..and gem installed 2.3.5, and then modified environment.rb, setting > RAILS_GEM_VERSION = '2.3.5'. Right. That will select Rails 2.3.5 if it's installed on the host. It will not magically run 2.3.5 if Dreamhost removed it (which I don't know). > > Then I ran rake:rails update but it didn't seem to do anything, and I'm > still getting the same error as before. Well, the error looks like it's coming from an improper installation of ActiveSupport. > > Did I miss something? You missed the actual freezing of the Rails gems into your project. There's a Rake task for that. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

