[Rails] Re: passenger does not see gems in vendor/cache
On 16 ene, 15:54, jsnark <s...@monmouth.com> wrote:
> Oops. Pilot error.
>
> set :bundle_flags, '--local'
>
> did not work.
>
> On Jan 16, 9:43 am, jsnark <s...@monmouth.com> wrote:
Usually it looks more like:
set :bundle_flags, "--deployment --local --without development test"
--deployment has several effects, which you can read at bundler page
as they are qute a few to write them here, specific to deployment
environments
--without avoids installing gems grouped on :development and :test on
your Gemfile
Anyway, you should post your error messages for further help if this
doesn't solve them.
Good luck!
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home