Ruby on Rails Sunday, January 2, 2011

Hey all

After upgrading to Rails 3, when I try to run Rails 2 app, I get this:

script/server
Missing the Rails 2.3.8 gem. Please `gem install -v=2.3.8 rails`, update
your RAILS_GEM_VERSION setting in config/environment.rb for the Rails
version you do have installed, or comment out RAILS_GEM_VERSION to use
the latest version installed.
MacBook-Pro:MK JANUARY jmerlino$ rails -v
Rails 3.0.3


So I assume there's going to be several issues like this.

According to the railscasts, he says use the rails_upgrade plugin to
address these issues.

Anyone agrees with this?

Thanks for response.

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment