How can i change the set Ruby and Rails version when multiple version of Ruby and Rails running at my system <EOM> Thanks
In Rails 2, change it in your config/environment.rb. For Rails 3, change it in your Gemfile.
If you want multiple versions of Ruby then use rvm.
Colin