How would one use bundle exec? #15
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How would one use bundle exec before the server command?
Under normal use, you'd run Guard using
bundle exec
and that would bring in your app's Bundled environment. Then runningrails
uses the version of Rails specified in your Gemfile.Of course what was I thinking ;-)
On Sat, Mar 10, 2012 at 11:02 AM, John Bintz <
reply@reply.github.com