Bundle Config & Bundle Open

I wanted to be able to open up gems easily from the command line. I tried `bundle open unicorn` and got the following error:

To open a bundled gem, set $EDITOR or $BUNDLER_EDITOR

To get rid of this error I used `export BUNDLER_EDITOR=mate`. This causes TextMate to open the gem of choice when I call `bundle open unicorn`

Posted by Liah on Friday, February 25, 2011