William Johnston

Results 47 comments of William Johnston

That sounds reasonable to me. If I get some free time, and no one else grabs it first, I'll try and make a PR.

In my case, I rely on the `~/.bashrc` "feature" as well. I have Puppet deploy environment variables to that file and to the Apache configuration. Although honestly, because of this...

To some extent, I think confusing documentation which is accurate is better than no documentation. But I wish we had a better answer for this…

Has the SCM refactor made this easier?

Generally when you need to use Rails credentials, you wrap whatever you are doing in a rake task and invoke that from Capistrano. It doesn't always map that easily, but...

The latter idea is probably how I'd do it. Have raw Capistrano install everything and then have the rake task output the config file. I'd probably use `puts` for the...

It seems like this works for me now… Can anyone still reproduce with latest Capistrano?

So, the solutions I can think of are: 1. Add `$stdout.sync = true` to the top of the cap command in core. 2. Add `$stdout.sync = true` to the default...

Hey @leehambley this makes sense to me. Any concerns with merging it?

I think the PR to fix this is here: https://github.com/capistrano/capistrano/pull/1492 It needs work, however.