Nick Gauthier

Results 53 comments of Nick Gauthier

Hello! I don't use migrate any more, I wrote a bash script to perform migrations. My approach there is similar to rails, where the migration is given a timestamp as...

Hi @avramd, Before we embark on the process of backporting a feature to setup multiple databases, let's make sure that's the problem. Check out [how hydra logs deadlocks](https://github.com/ngauthier/hydra/blob/master/lib/hydra/master.rb#L119). When a...

So, if you're interested in backporting the worker-init to a previous version, the way to make that work locally is instead of: 1 worker => 4 runners 4 workers =>...

I do not, sorry. Have you tried parallel_tests? It is a much more up-to-date and stable gem. If it works with your versions it'll probably be a better fit. -Nick...

So, do you have to check one out each time, or does rails check it out when you make the call? I get what you were saying now in the...

OK. When you said "do this for the user when we know they're done" I was thinking after close, not after all the callbacks. I get it now. Would you...

Awesome, much shorter. Could you add a test that covers the scenario where we have a different kind of socket?

thanks! On Wed, Nov 12, 2014 at 9:41 AM, alexandermayr [email protected] wrote: > I found some more issues with puma's ssl socket, will fix them as well and > add...

My memory is a little rust but I think the Rack Hijack spec says to return a 0, which is why tubesock does that. Perhaps that has changed? On Apr...

So perhaps it's ok to just return a 200? Can anyone try it out?