Closed arronmabrey closed 12 years ago
Under normal use, you'd run Guard using bundle exec
and that would bring in your app's Bundled environment. Then running rails
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
wrote:
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.
Reply to this email directly or view it on GitHub: https://github.com/johnbintz/guard-rails/issues/15#issuecomment-4431918
How would one use bundle exec before the server command?