Rails 2.2 on Heroku

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!

A few days ago, I posted “Does Heroku.com support a frozen rails gem”. But now, rails has been updated to the latest version.

Aebe09799bbe5e6c5ace33bce21472122a57f904_1229013691_0


$ heroku console
>> Rails::VERSION::STRING
=> "2.2.2"

config/environment.rb


......
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION

Rails::Initializer.run do |config|
......

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">