Categories
Rails Ruby

How to use a specific Ruby version and set of gems for a Rails 3 app using RVM

This is very useful when you have multiple apps and you might get confused with which gems are installed on which project. First, if you don’t have RVM installed, look at this post: How to install RVM Now lets create the .rvmrc file, through the Terminal, that must go in the root of your app […]