Alex Fedorov

Results 152 comments of Alex Fedorov

Merged here: https://github.com/waterlink/rack-reverse-proxy/pull/5

Looks good, will merge in new main repo: https://github.com/waterlink/rack-reverse-proxy

Yes, I will go through all of them on Saturday (don't have laptop now). On Jun 23, 2015 5:16 PM, "Paul Hepworth" [email protected] wrote: > @waterlink https://github.com/waterlink, I noticed you...

@peppyheppy Merged here: https://github.com/waterlink/rack-reverse-proxy/pull/1 (repo is moved, now `waterlink/rack-reverse-proxy` is main one).

Hi @anujdas. This repo has moved to https://github.com/waterlink/rack-reverse-proxy I will merge your branch manually, because I have recently added `1.8.7` to `travis.yml` and got the same error :)

Done. Now you can use `github: "waterlink/rack-reverse-proxy"` and, when new version will be released - from rubygems.

@paoloantinori @Painted-Fox Thanks for referencing me. I think I should have created PR, but I though it was only my environment being weird.

@Painted-Fox recently I had similar problem with other rdbms and solved it by using linux `watch` utility something like: `watch -e "! $COMMAND_TO_CREATE_USER" /dev/null`. This will try to execute command...