NetManiac

Witold Rugowski on web20 wave with Ruby on Rails

Upgrading Rails and locking – grande finale?

Posted on May 13, 2006 - Filed Under Ruby

I think I finally found way to snap to older Rails version in shared environment. Current (with Rails 1.1.2) way is to add to config/envrionment.rb following line in the beginning:

RAILS_GEM_VERSION = '1.0.0'

and run rake rails:update in order to update config/boot.rb. Of course if You want to use older Ruby on Rails version, it need to be installed on shared host :)

Popularity: 2% [?]

Hits for this post: 2555

Similar Posts

Comments

One Response to “Upgrading Rails and locking – grande finale?”

  1. NetManiac » Blog Archive » Continuing with Rails version locking on May 13th, 2006 8:46

    [...] NetManiac C and C++, Perl, Networking and more « How to survive Rails upgrade Upgrading Rails and locking – grande finale? » [...]

Leave a Reply