Explore
Topics
Recent Comments
- These code examples would certainly benefit from some TLC applied. Like formatting and getting...
Evgeniy Dolzhenko
- I had checked, and tested a lot of time. It work well and flexible on IE, FF, and Chrome *But, in Chrome...
Phong Tran
- hi! i am working with cascades and i would like to use a hands detector and apply a kalman filter to follow...
rachel
- These code examples would certainly benefit from some TLC applied. Like formatting and getting...
Related Posts
Subscribe to our RSS!We try to keep our blog active and interesting and love the feedback and support from our readers!
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.
$ 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|
......