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 N.
[email protected]

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

On Jun 16, 10:02 am, karnati kiran [email protected]