How would one use bundle exec? #15

Closed
opened 2012-03-10 13:42:13 +00:00 by arronmabrey · 2 comments
arronmabrey commented 2012-03-10 13:42:13 +00:00 (Migrated from github.com)

How would one use bundle exec before the server command?

How would one use bundle exec before the server command?
johnbintz commented 2012-03-10 16:02:23 +00:00 (Migrated from github.com)

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.

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 2012-03-10 16:06:27 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/guard-rails#15
No description provided.