A faster way to rake (with bundler)
Tired of typing bundle exec rake db:some_task
? Try putting this in your ~/.bash_profile
:
alias brake="bundle exec rake"
Now you can bundle exec with ease:
$ brake db:migrate
Written by Gilbert
Related protips
2 Responses
bundle exec --binstubs
export PATH=./bin:$PATH
over 1 year ago
·
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#