>
> How would you execute the rails binary without using `bundle exec` within 
> an application? Wouldn't that defeat the purpose of binstubs? Rails isn’t 
> installed on anything but our development machines outside of bundler.
>

I think this is somewhat open to discussion. What is the difference between 
'bundle exec rails server' and './bin/rails server' besides the longer 
command, of course?

I would personally pay the cost of longer commands to see lighter project 
file structure as I'm going to spend much more time in the project than I 
will executing commands. It's important to note that rake tasks are going 
to stay as is.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to