Re: [Rails-core] Proposal: ActionController class methods, all procs get evaluated

2012-12-14 Thread Scott Carleton
Ahh. Thanks for the heads up. On Thu, Dec 13, 2012 at 4:28 PM, Rafael Mendonça França < rafaelmfra...@gmail.com> wrote: > Action cache was extracted from Rails and it is not part of the framework > anymore. > > Rafael Mendonça França > http://twitter.com/rafaelfranca > https://github.com/rafael

Re: [Rails-core] Proposal: ActionController class methods, all procs get evaluated

2012-12-13 Thread Rafael Mendonça França
Action cache was extracted from Rails and it is not part of the framework anymore. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca On Thu, Dec 13, 2012 at 2:35 PM, Scott Carleton wrote: > Specifically looking at action_cache in Rails.3.2 stable right now.

[Rails-core] Proposal: ActionController class methods, all procs get evaluated

2012-12-13 Thread Scott Carleton
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. I'm working on a library where