Conversation
This line is misleading. It will override the `rbenv_map_bins`, and will lead to some unexpected issue to others packages. seuros/capistrano-sidekiq#124
|
This is how you actually use this gem. Without that line these commands would not be executed through |
|
Yes, I know, but do you mean that if you remove that line from your deploy config it will help with compatibility with other plugins? It would be a design problem of these other plugins then. It is an option that rbenv exposes and users are allowed to add additional commands to that list. This line in README just explicitly sets the var to it's default value which is a nice and standard way to present the options to users. |
require updated version of puma/capistrano add plugins support
|
This is certainly an issue, although I don't think removing it from the readme is the right solution… The deeper issue is that we are recommending that the end user Here's a different approach: #76 |
This line is misleading. It will override the
rbenv_map_bins, and will lead to some unexpected issue to others packages.seuros/capistrano-sidekiq#124