railsware / capistrano-multiconfig

Capistrano extension that allows to use multiple configurations
MIT License
65 stars 18 forks source link

Added "capistrano_multiconfig_parallel" as a project that uses this gem #15

Closed bogdanRada closed 9 years ago

bogdanRada commented 9 years ago

CapistranoMulticonfigParallel is a project made to allow users to run tasks in parallel . It has it's own executable,so that this project won't interfere with capistrano or other gems.

You can find more details on the readme file of the repository : https://github.com/bogdanRada/capistrano_multiconfig_parallel

Also, if is needed i can change the gem name if you think is too similar or any other reason. I am opened to suggestions.

I think this could be also a solution for this issue: https://github.com/railsware/capistrano-multiconfig/issues/12

I might be wrong, but please do share your opinion. Thank you very much.

ayanko commented 9 years ago

What is reason to add third-party links to this Readme? Advertising?

bogdanRada commented 9 years ago

Hello, The main reason for this was to present a solution to this issue: https://github.com/railsware/capistrano-multiconfig/issues/12.
My goal was to receive an opinion about my solution and i wanted to contribute to this gem and help close that issue.

My gem does not modify or override this gem in any way and it only uses this gem so that i can properly identify the stages of an application, so that i can determine if is a normal application or a Caphub-like application, and i am really NOT interested in advertising.

I honestly thought that in this particular case, a pull request will be much more appropriate. I wanted to add my gem to the "References" section to this README so that people that have same problem could find a possible solution faster and much easier , and since i did not find any contributing guideline in this repository, i thought there are no rules regarding this type of contributions

But if you think that my gem is not a good solution for that problem , or if you think this pull request is not appropriate, or it does not respect your rules about contributing, or any other regulations that you might have in place ( regarding style guide, or anything else) or if your organization has some rules about this and you think this is not complying with those rules, i would really like to know about them so that i won't make same mistake when i will want to contribute to one of your ( or from your organization) other gems and i will gladly close this pull request.