Microtip (I): show source code of an installed gem in one line
If you want to take a look at the source code of a gem installed with Bundler inside your Rails project, you can type something like this in your terminal: valakirka@multivac :~$ bundle show <your-gem> | xargs <editor> I'm on MacOS X and use TextMate as...
