On 16 ene, 15:54, jsnark <[email protected]> wrote: > Oops. Pilot error. > > set :bundle_flags, '--local' > > did not work. > > On Jan 16, 9:43 am, jsnark <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

