How To Use RVM to Manage Ruby Installations and Environments on a VPS
RVM, the Ruby Version Manager, is an excellent tool for configuring and installing independent Ruby environments on a single machine. You can use this utility to compartmentalize Ruby installations and their associated software in order to develop in a clean environment. This guide will cover the basic usage of RVM on a Linux VPS.