Daniel Morrison

Results 32 comments of Daniel Morrison

@nomasprime what makes you think it is using old code? It sounds like maybe you're not restarting the workers after a deploy. See the Restarting docs: https://github.com/collectiveidea/delayed_job#restarting-delayed_job

Ok, I have this how I think it should be working. Messier than I'd like.

@arthurnn added.

Looks like this was a side-effect of #832. In you initializer you can wrap things in ```ruby ActiveSupport.on_load(:active_record) do # flipper config here end ``` Not sure if there's a...

Based on how Audited hooks into Rails, I'm not sure how easy it would be to accomplish what you want. Open to PRs though. Alternately, you could make liberal use...

> Is this gem still maintained? Yeah, I'm still around, but not as attentive as I should be. I'll make some time to check this out.

I don't think it was intentional, but probably what was easy at the time. I'd love to see a PR for it.