Rails 2.2 on Heroku

by Adam - Nov 26, 2008

The gem for Rails 2.2 is now installed and ready for use on Heroku. To use, change your environment.rb to read:

RAILS_GEM_VERSION = '2.2.2'

Then run rake rails:update, and commit the changed files.

Check out the Ruby Inside article for more details on what’s new.