Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails generator (still) breaks Capistrano deployment #26

Closed
awendt opened this issue Oct 19, 2011 · 1 comment
Closed

Rails generator (still) breaks Capistrano deployment #26

awendt opened this issue Oct 19, 2011 · 1 comment

Comments

@awendt
Copy link

awendt commented Oct 19, 2011

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?

@stevenn574
Copy link

I ran into the same problem when adding Airbrake to my application. It turned out that removing require './config/boot' line fixed this problem for me as well.

@shime shime closed this as completed May 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants