Using Vagrant and Chef to setup a Ruby 1.9 development environment including RVM and Bundler
It has become common practice these days to use tools like RVM and Bundler to manage a project’s dependencies. When these pacakages are in place, getting up to speed with another project is a breeze.
The Pain
But how about installing these tools themselves? How about other dependant pieces of software such as databases and the like? [...]