Ruby on Rails
Thursday, September 12, 2013
In my Capistrano recipes, bundle install --without development test is performed. Then I tried to run a script with:
-- bundle exec rails r scripts/my-script.rb
It complained about not finding a development-only gem dependency that is not even required by that script.
How am I supposed to call rails runner when bundler is run with --without development test?
Thanks in advance,
Rodrigo.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/314a3a82-9bc3-453d-8493-ef98afe62c26%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment