Re: [Rails] staging server unexpectedly started installing gems during staging deploy

2014-05-02 Thread Hassan Schroeder
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

[Rails] staging server unexpectedly started installing gems during staging deploy

2014-05-01 Thread 'John Merlino' via Ruby on Rails: Talk
I have a production server and a staging server and a production git branch and a staging git branch for the same repository on github. The production git branch and staging git branch are identical. I got my staging server running and during the second deploy, something unexpected started