[Rails] Re: manual vs automatic bundler deployment with capistrano

2013-05-15 Thread mike
On Tuesday, May 14, 2013 2:06:20 PM UTC-4, John Merlino wrote: I assume this is the most up to date documentation for running bundler install when deploying a rails application with capistrano: http://gembundler.com/v1.3/deploying.html In the documentation, it offers two methods for

[Rails] Re: manual vs automatic bundler deployment with capistrano

2013-05-15 Thread Robert Walker
mike wrote in post #1109071: On Tuesday, May 14, 2013 2:06:20 PM UTC-4, John Merlino wrote: I agree that the automatic option is preferrable. This documentation is not great and a bit dated. If you are using Rails 3 or Rails 4, you don't need the statement 'require bundler/capistrano' and

[Rails] Re: manual vs automatic bundler deployment with capistrano

2013-05-14 Thread Robert Walker
John Merlino wrote in post #1108980: I assume this is the most up to date documentation for running bundler install when deploying a rails application with capistrano: http://gembundler.com/v1.3/deploying.html In the documentation, it offers two methods for deploying capistrano with