johnbintz / guard-rails

No longer maintained. Latest version is at https://github.com/ranmocy/guard-rails
35 stars 53 forks source link

How would one use bundle exec? #15

Closed arronmabrey closed 12 years ago

arronmabrey commented 12 years ago

How would one use bundle exec before the server command?

johnbintz commented 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.

arronmabrey commented 12 years ago

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 running rails 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