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.
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!
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