Jan 7, 2008
Cookiemonster_small David Abdemo... 1 post

Topic: Agile Web Development with Rails / Depot with Rails 2.0.2

Ron, the most current version of Rails will remain in your path – thus rails -v should show 2.02.

The rails version used by your application is controlled by config/environment.rb in the following line:

RAILS_GEM_VERSION = ‘1.2.5’ unless defined? RAILS_GEM_VERSION

You can also set the RAILS_GEM_VERSION environment variable as well, I suppose.

1 post