Lee Hambley
Lee Hambley
You can simply override the one task where we do the clone. IT's a Ruby method, and if you are using Ruby 2.x you can use `Module.prepend`. If you post...
Whilst I agree, the bigger problem is that "git" alone has ~20 command line flags in common usage, and many people need to tweak the knobs and dials, and if...
Our hooks implementation is now based on https://github.com/guillermo/rake-hooks, I admit that this behaviour is confusing (and probably a bug). We had such poor test coverage of the old code, and...
Capistrano 3 does not document that `before()` or `after()` take many arguments. We'd take a patch, but we probably won't have time to work on this ourselves any time soon....
Often times this warning means that someone has overwritten the i18n (internationalization) hash incorrectly, and has maybe blanked out a sub-section of the translations. You can see that string, unchanged...
If you share what you are doing, maybe we can shed some more light. On the end of `i18n.rb` (see above) you see how we ask the i18n gem to...
Changes to `config/application.rb` (Rails i18n set-up, I guess) should _not_ affect Capistrnao. Some things to sanity check, though: - What version is Capistrano - What group (if any) is it...
Hi @wdiechmann sorry I don't know what can be going wrong, you could try toggling those gems on-and-off and see what ones maybe do something with the I18n translations. I'm...
There is nothing super magical, but we do not force flush standard out - you might try something like http://blog.bigbinary.com/2009/07/04/stdout-sync-true-to-flush-output-immediately.html
Reopened because this is truly a problem, I had assumed node was doing something wierd, but I can trigger the same behaviour by simply: ``` $ bundle exec cap env...