John Nunemaker
John Nunemaker
@AlexWheeler thanks for digging in and writing up the results. Super helpful. After looking at this again a few days ago, I did realize that we redirect the root to...
I've got a branch going for this, but something doesn't feel right. https://github.com/jnunemaker/flipper/compare/custom-gates I was trying to do in memory first and avoid adapter stuff, but there really is no...
yeeeees. drag n' drop would be rad.
Maybe I haven't read everything thoroughly enough, but this is what I would do. - store order of graphs based on dashboard - show them in that order Whatever you...
Ah. Gotcha. I think ordering only is fine. It seems easier to me. On May 9, 2013, at 8:18 PM, Jason Dixon [email protected] wrote: > @jnunemaker No, that's pretty much...
Rollout isn’t overly public about it but I believe it uses the adapter pattern by only using like two of Redis methods. You can inject anything you like which means...
Kind what @jordanfbrown did but you shouldn’t need to subclass rollout. You can just define the same interface and initialize with a Redis instance. Your class could be MemoizedRedis. Then...


Also happens with this syntax: 1. Paste this: ``` ruby Blah.run sql, :foo => "bar", :baz => "wick" ``` 1. Expected ``` ruby Blah.run sql, :foo => "bar", :baz =>...