As documented in this discussion from July 2010, requiring ./config/boot in Capistrano's deploy.rb effectively breaks the deployment ("could not find any strategy named `[any strategy]'").
Removing the line require './config/boot' from deploy.rb makes everything work again.
I am wondering why this is still in the generator? Would you accept a pull request that removes the line?
As documented in this discussion from July 2010, requiring
./config/bootin Capistrano'sdeploy.rbeffectively breaks the deployment ("could not find any strategy named `[any strategy]'").Removing the line
require './config/boot'fromdeploy.rbmakes everything work again.I am wondering why this is still in the generator? Would you accept a pull request that removes the line?