RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Bundle exec bash shortcut

Tired of typing “bundle exec” every time you need to run something with bundler? I put up my bundle exec bash shortcut.

Comments

Better yet, use “bundle install –binstubs” which will make a bin directory in your project with the right binaries.

Or you could just use bundler-exec.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in