Preserving older Rails Projects

1 view
Skip to first unread message

Scott Haines

unread,
Nov 15, 2010, 2:30:20 PM11/15/10
to dojo-ruby-on-rails
I've been asked how to upgrade to rails 3.0 while preserving the rails
<= 2.3.8. If you want to use older rails framework, then you can
update your /config/environment.rb and add this line of code to the
top of the file.

RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION

Where the version is specific to the version of rails you want to
support.
Reply all
Reply to author
Forward
0 new messages