Ruby on Rails Friday, May 2, 2014

On Thu, May 1, 2014 at 6:39 PM, 'John Merlino' via Ruby on Rails: Talk
<rubyonrails-talk@googlegroups.com> wrote:

> namespace :deploy do
> desc "Create the gemset"
> task :create_gemset do
> run "rvm #{rvm_ruby_string} --create"
> end

> Now the bundle install there should only be installing new gems that are
> added. But I didn't add any new gems during this deploy. Any idea why the
> capistrano task started installing the above gems?

WAG: 'rvm_ruby_string' was different the second time so a new
gemset was created, and needed to be populated.

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassa

--
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/CACmC4yBpnOE2iT23F-BnmY9Y87Ut%3DrHG_-quZtHpet2CoWCSXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment