The basic commands to get Ruby on Rails up and running quickly:
Install Latest Version of Rails
1
| |
Install Specific Version of Rails
1
| |
Update Rails
1
| |
Rolling Back to Previous Version of Rails
1
| |
You’ll then see something like this:
1 2 3 4 5 6 7 | |
Type the number of the version you’d like to uninstall and hit enter, and away it goes.
RVM
If you need specific ruby/rails environments for various projects, then you should be using RVM and named gem sets.