RVM, Adding documentation to installed ruby
One challenge when running a number of rvm rubies and gemsets, is having access to the documentation for the gems in your current gemset.
New Rails Project using RVM
This is my approach for creating a new rails projects using rvm (and git). What I'm trying to do here is ensure that the repository contains everything required for a developer to work and has minimal environmental pre-conditions.