Hi,
Using Capistrano v2.11.2 and Ruby 2.0.0p247 and attempting cap deploy:cold, it seems I encounter a hiccup related to some improper digestion of Gemfile.lock.
…it seems to me that the problem is encountered here...
[localhost] sh -c 'cd /var/massiveapp/releases/20131102003502 && bundle install --gemfile /var/massiveapp/releases/20131102003502/Gemfile --path /var/massiveapp/shared/bundle --deployment --quiet --without development test'
** [out :: localhost] The --deployment flag requires a Gemfile.lock. Please make sure you have checked
** [out :: localhost] your Gemfile.lock into version control before deploying.
command finished in 112ms
*** [deploy:update_code] rolling back
…though a (possibly unrelated) failure follows later...
failed: "sh -c 'cd /var/massiveapp/releases/20131102003502 && bundle install --gemfile /var/massiveapp/releases/20131102003502/Gemfile --path /var/massiveapp/shared/bundle --deployment --quiet --without development test'" on localhost
Thanks for any light readers can shed.
(The foregoing was undertaken as an exercise from working through "Deploying Rails" by Anthony Burns & Tom Copeland.)
Gallagher