capistrano / bundler

Bundler support for Capistrano 3.x
MIT License
219 stars 83 forks source link

Add .bundle dir to :linked_dirs automatically #100

Closed vassilevsky closed 6 years ago

vassilevsky commented 6 years ago

Possible solution of #96 requiring no user interaction at all (except for the gem update).

Repeated after capistrano-rails.

https://github.com/capistrano/rails/blob/master/lib/capistrano/tasks/assets.rake#L126

capistrano-bot commented 6 years ago

Thanks for the PR! This project lacks automated tests, which makes reviewing and approving PRs somewhat difficult. Please make sure that your contribution has not broken backwards compatibility or introduced any risky changes.

Generated by :no_entry_sign: Danger

mattbrictson commented 6 years ago

Thanks for the PR! I like this solution, but I think it is too heavy-handed. It is hard for a user to opt out of it. The .bundle directory still "magically" gets added in no matter what I seem to do in my deploy.rb.