Displaying 1 result from an estimated 1 matches for "beseen".
Did you mean:
beeen
2012 Dec 14
1
Re: Digest for rubyonrails-core@googlegroups.com - 4 Messages in 3 Topics
...ller class methods, all procs get evaluated
> • Scott Carleton <carleton.scott@gmail.com> Dec 13 09:35AM -0800
> •
> • Specifically looking at action_cache in Rails.3.2 stable right now.
> •
> • It currently will evaluate procs given to the layout or cache_path as can beseen here<https://github.com/rails/rails/blob/3-2-stable/actionpack/lib/action_controller/caching/actions.rb#L135>.
> •
> •
> • I''m working on a library where I''d like to tag my caches so that I can
> • expire sets of keys easily. It would appear that somethi...