Rails 2.2 on Heroku
Posted By Adam Wiggins
- Last Updated: April 24, 2024
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.
- Originally Published:
- rails