-
Notifications
You must be signed in to change notification settings - Fork 78
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
Explain that .bundle should be added to linked_dirs #96
Comments
Closed via #102 |
@mattbrictson Quick question, I don't have .bundle in my linked_dirs. I'm using capistrano-rails and it's not in the README (but Let me know and I will update the README of capistrano-rails if that's the case! |
@allaire Yes, I agree this should also be added to the capistrano-rails README. If you'd be willing to open a PR, that would be much appreciated! As discussed in #95, |
@mattbrictson Great, gonna add it quick to the README :) |
As explained in #95, the
bundle check
behavior used by this gem depends on.bundle/config
from previous deployments. If this directory is not linked,bundle check
will be ineffective and a slowerbundle install
will be used. This unnecessarily slows down deployments.We should add this explanation to the README.
The text was updated successfully, but these errors were encountered: