Evan B. Machnic - Deployment Engineer

--
You received this message because you are subscribed to the Google Groups "RailsInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email to railsinstalle...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Gem install rails -v "3.2"
This command will install rails 3.2. It will coexist on your computer along with the present version. In your application you must specify the version in the gemfile.
if you don't want a certain version of rails then you should run gem uninstall rails. This will give you choices as to which version of rails you want to remove. Choose the right version and it will be removed. If only version exists it will silently remove that version.
How this helps.
Surya
Sent via the Samsung GALAXY S™4, an AT&T 4G LTE smartphone
--