-
Notifications
You must be signed in to change notification settings - Fork 8
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
Do not create special dir #3
Comments
Why not configure your editor to ignore what is by 30 years of computing legacy obviously a hidden directory? |
Because I do not need it :) Why should I hide .gitignore, .ruby-version, .travis.yml, .rubocop.yml, etc? |
Why do you use special dir with only one file while other more complicated services use only one hidden file? |
Because there may in the future be more than one file. |
more files for God of Files! |
Storing one word "false" looks like too much for a separate file. I suggest creating one YAML config file which can handle any number of options. It is a common practice among all ruby related tools and unix general practice as well. |
We'll be happy to take a PR. |
Storing configuration in YAML files is not a common UNIX practice. |
I mean common practice to use one file per tool/service :) |
+1 for replacing folder on file |
Feel free to prepare a PR. Please be sure to maintain backwards compatible. Sent from my Nexus 5.
|
If it is possible, create the folder .capistrano automatically, because it raises error even if you choose to not send stats |
What does, specifically, can you share a backtrace? |
|
I think one would have to create the folder |
Just upgrade, this feature was removed from Capistrano weeks ago.
|
Ugh, I was using the line for Gemfile from capistrano's REAMDE.md wich reads like this on master:
So I got an old version. Thanks! I fixed it by using:
The statistics collection was disabled in capistrano 3.4.0 as mentioned in the changelog. |
I think creating special '.capistrano' dir, which is displayed in first position in editor, is too much noise. Please create
.capistrano
file instead or use.caprc
The text was updated successfully, but these errors were encountered: