RVM, Adding documentation to installed ruby

Posted by Andrew Premdas Wed, 13 Oct 2010 15:02:59 GMT

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

Posted by Andrew Premdas Tue, 12 Oct 2010 15:02:03 GMT

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.