Nathan Kontny
Nathan Kontny
Ok. Thanks for posting this! I have never used Mongoid. Right now the code definitely assumes ActiveRecord like syntax. But I'd love to support more databases. Definitely welcome patches from...
@DouweM just pulled in some pull requests, and now your work conflicts. Would you mind please updating? Sorry about the late attention to this.
Is the custom key test failing for you? ``` 1) MultiFetchFragments works for passing in a custom key Failure/Error: view.render(:partial => "views/customer", :collection => [ customer ], :cache => Proc.new{...
Thanks for the suggestion @ironchefpython. That's an interesting idea about the multiple commands. I'll ponder that a bit. As for the request back to a server recording the unwanted ads,...
Ah, I'm not sure I've tested this with boolean test values. What if instead you tested for ``` if ab_test('display_flash', ["true", "false"]) == "true" end ``` To see if strings...