Search overlay panel for performing site-wide searches

Boost Performance & Scale with Postgres Advanced. Join Pilot Now!

Rails 2.2 on Heroku

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.