Patrick Davey
Patrick Davey
I have just experienced this issue using `ancestry 3.0` and `acts_as_list 0.9.5` (on a rails 3.2 codebase). I have no experience of the internals of either of these gems, but,...
@brendon I have had a play with this, but, I haven't got very far. We then went with `closure_tree` as that handles the ordering and nesting etc. (it has its...
Well @brendon I ran into [a nasty bug](https://github.com/ClosureTree/closure_tree/issues/240) which brought production to, while not a halt, a bad place ;) So.. now I'm thinking I shouldn't have cheated on `ancestry`...
I'm also interested in this. We've had apache/passenger running in production with our current setup for years. Just today we had a decent outage on production because I _think_ of...
would a possible fix/workaround (specifically for the logrotate issue) be instead of issuing a `reload` to issue a `restart` ? ### default logrotate for apache ``` postrotate if invoke-rc.d apache2...
Sorry @CamJN, this happens quite irregularly for us (and only on prod) and I don't want to test the fix in production. While this is _absolutely not a fix for...
This is the contents of our `/etc/logrotate.d/apache2` file ``` /var/log/apache2/*.log { daily missingok rotate 20 compress delaycompress notifempty create 640 root adm copytruncate sharedscripts } ``` Yours may be slightly...
I have the same issue. Did you come up with a workaround @ascott18 ?
I have tried to reproduce this issue on FF `58.0.2` and it's working fine. Could it have been a Firefox bug?
Came here to say the same thing. I use [pry remote](https://github.com/Mon-Ouie/pry-remote) for this, but, Jard does look very nice (well done!). What are you using @brandoncc for connecting over dRB?