7 Sep 17:50
Re: cache-money Rails3?
It appears that cache-money will not work with Rails 3 as-is because it hooks into 2 active record methods that no longer exist.alias_method_chain :find_every, :cache alias_method_chain :find_from_ids, :cache With the whole ARel integration I wonder if hooking into the DB calls just got harder or easier. I haven't had a chance to dig for a solution yet but if someone is already working on this please chime in. Thanks! On Aug 31, 1:49 pm, Tony <tony.primer...@...> wrote: > It was awesome that Nick Kallen gave usCache-Money but the > unfortunate thing is that people download his original version, have > issues and give up. > > Is there any way to promote thehttp://github.com/ngmoco/cache-money > maintained fork to be what people see on rubygems.org? > > Does anyone know if the ngmoco fork ofcache-money works with Rails3? > I suspect it no longer works but I have not tried it yet. > > If not what alternatives do people suggest? The Rails3 Querycache > still only caches for a single request right? -- -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe <at> googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
alias_method_chain :find_every, :cache
alias_method_chain :find_from_ids, :cache
With the whole ARel integration I wonder if hooking into the DB calls
just got harder or easier. I haven't had a chance to dig for a
solution yet but if someone is already working on this please chime
in. Thanks!
On Aug 31, 1:49 pm, Tony <
RSS Feed