Since Windows doesn\'t support rvm (Ruby version Manager), how do we have
From what I could tell, uru only manages versions of RUBY.
For versions of RAILS, where you've already 2 or more versions on your local maching, to open a project in one's development environment, using an older version of rails, you enter the following in the command window:
rails _3.2.11_ s
where 3.2.11 represents the version of RAILS you want it to use, which you want to be the same version as listed in your project's file:
Gemfile.lock