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| ......
Rails::Initializer.run do |config| ......
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="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
david
raggi
Kuroi Kenshi
Does Heroku.com supp...
heroku version
[Fixed] Using Rails....
edgerails rubyonrails
Rails 2.3 Templates ...
rails rails23
[Solved] rake gems:r...
rake ruby rubyonrails
[Workaround] Heroku ...
heroku uuidtools workaround
ELC is one of the few groups in the world who can help you build highly scalable businesses on Amazon's low-cost Web Services platform.
» Learn More
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|
......