Tuesday, 2 December 2008
Running the latest version of Rails
By this I mean running the latest Gem version not Edge. In config/environment.rb is a line that says something like
RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
You can either set this to a specific version or if you want to run off the latest installed (Gem) version then simply comment out the line
Posted by at 5:39 PM in Ruby
[Trackback URL for this entry]
