Displaying 1 result from an estimated 1 matches for "ngmoco".
Did you mean:
gmock
2010 Jun 24
0
method name collision between cache-money & httparty
...cally rename the method after
the include defines it, in which case I could just call it "http_get"
instead of just "get"?
When I manually go in and rename the method name in the httparty
source, things seem OK, but I''d rather not go that route.
I''m using the ngmoco version of cache-money, which lets me specify
which models get cached. When I turn off caching for that one model,
things are fine. But that also lets me decide the order that the
mixins happen, if that''s helpful, so I can include httparty before or
after I turn on caching for that model...