Thursday, October 22, 2015

Using Textmate to Browse Source Code using Bundler

Run:

export BUNDLER_EDITOR=mate

in the terminal. Now you can do:

bundle open gem-name

to view the source. You can also add the BUNDLER_EDITOR variable to the bash_profile.