Displaying 2 results from an estimated 2 matches for "inventr".
Did you mean:
invent
2012 Dec 14
1
Re: Digest for rubyonrails-core@googlegroups.com - 4 Messages in 3 Topics
...work
> • anymore.
> •
> • Rafael Mendonça França
> • http://twitter.com/rafaelfranca
> • https://github.com/rafaelfranca
> •
> •
> •
> •
> Should render collection: @items have a cache option so that read_multi can be utilized?
> • nate <nate@inventric.com> Dec 13 08:21AM -0800
> •
> • I released a gem yesterday
> •
> • https://github.com/n8/multi_fetch_fragments
> •
> • that adds this syntax on rendering a collection of partials:
> •
> • <%= render partial: ''item'', collection:...
2007 Jul 06
1
Query cache plugin for rails 1.2
I love the query cache from rails edge, but I didn''t want to put our
production app on edge just yet. (went down that route in the 1.1.x
days, and the edge cut me a few times). So I think I have it ported
into a plugin we can use on 1.2.x
http://query-cache.googlecode.com/svn/query_cache/
Basically it''s just a copy and paste job of the latest query_cache.rb,
the part that