RVM (Ruby Version Manager) is a great tool that lets you install multiple versions of Ruby, Gems (Rails, etc.) all inside your home directory, so that it lives only within your user’s account and does not affect any system files at all. You can also create gemsets to maintain separate repositories of gems for different Continue Reading