I installed rails 3 and how to install rails 2

Hi all,

i installed rails 3 and how to install rails 2 in the same machine please help me

thanks

simplify - u can use rvm or create link to <path_to_gems>/rails-2.3.8/bin/rails some thinks like this to /usr/local/bint/rails2

Ivan Nastyukhin dieinzige@me.com

You can install any rails version like this: gem install rails - v=2.3.8 ...and to generate app with specific version do like this: rails _2.3.8_ app_name