RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: hecticjeff
Site: hecticjeff.net
Worth noting that you can use bundle install --binstubs --shebang ruby-local-exec instead of replacing with sed.
bundle install --binstubs --shebang ruby-local-exec
sed
I can't find documentation for the --shebang flag anywhere, but it has the desired effect.
--shebang
Excellent episode, looking forward to chef/capistrano in the future!
Edit: The --shebang option is defined here in the source.
Worth noting that you can use
bundle install --binstubs --shebang ruby-local-exec
instead of replacing withsed
.I can't find documentation for the
--shebang
flag anywhere, but it has the desired effect.Excellent episode, looking forward to chef/capistrano in the future!
Edit: The
--shebang
option is defined here in the source.