Select version of rails to install

how can i select a version of rails to be installed?
thanks,
jason

gem install rails -v=1.2.5

To install version 1.2.5.

On Dec 10, 2007 12:57 PM, jason white [email protected] wrote:

how can i select a version of rails to be installed?
thanks,
jason


Ryan B.

I should also mention that if you are running two apps that require
different versions of rails you can install both versions and in the
config/environment.rb file of the applications specify the version as
the
value of RAILS_GEM_VERSION.

On Dec 10, 2007 1:22 PM, Ryan B. [email protected] wrote:


Ryan B.
http://www.frozenplague.net


Ryan B.