install old version of rails

Hi,

    I am very new to rails, currently in my machine rails 2.0 is installed. But I want to have rails 1.2.3. Can you please let me know how I can install rails gme??

Thanks. Ramu.

http://wiki.rubyonrails.org/rails/pages/GemRails

Peace, Phillip

RAMU wrote:

Hi,

    I am very new to rails, currently in my machine rails 2.0 is installed. But I want to have rails 1.2.3. Can you please let me know how I can install rails gme??

Thanks. Ramu.

go to ur root and type command

gem install rails -v='1.2.3' install gem !

tell ur environment.rb file to use this rails version ! :slight_smile: