Installing Ruby on Rails and MultiRuby on Snow Leopard

Below are instructions on how to install a multi-ruby system, Ruby on Rails and everything you need to run a basic Ruby on Rails setup.

Running the RVM gem (which we show how to install) allows you to easily run multiple Ruby versions and switch seamlessly between them.

First steps:
- Checking your Architecture
Make sure that the stuff [...]

Textmate Gitbundle and Snow Leopard

Ever since installing Snow Leopard on my machine, I’ve had problems using some of the commands with the Git bundle on Textmate. One of the more annoying ones was with ‘Pull’, whereby it would spit out some error message along the lines of…

/Library/Application Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/lib/ruby_tm_helpers.rb:70:in `basename’: can’t convert nil into String

plus a whole load of [...]