bundle exec bash shortcut
Now that Rails 3 is out and everyone has switched to it, there’s a new bit of fun to get used to also: Bundler. If you want to run a command with your gems loaded, you’ll need to run bundle exec to get it to run. This can become quite repetitive Like most programmers, I’m [...]