aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/cache_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* All tests pass without memoizing view_contextCarlhuda2010-03-181-1/+21
* Some more tweaks on <% %>.Carlhuda2010-03-161-1/+2
* Add deprecation notices for <% %>.Carlhuda2010-03-151-1/+1
* Make @controller an internal ivar in the viewJoshua Peek2010-01-221-1/+1
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-1/+1
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-2/+1
* Revert "Moved TemplateHandlers to Base"Joshua Peek2008-07-031-1/+1
* Moved TemplateHandlers to BaseJoshua Peek2008-07-031-1/+1
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-1/+1
* Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer]Jeremy Kemper2008-02-031-2/+1
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-1/+1
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-1/+1
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-1/+1
* Fix a few caching errors, expose a case thats still not working (ref #107330 ...David Heinemeier Hansson2008-01-121-2/+2
* Move fragment caching from special helper methods to TemplateHandler. Closes ...Jeremy Kemper2008-01-101-17/+2
* Fix CacheHelper#cache (closes #10733) [mindforge]David Heinemeier Hansson2008-01-101-8/+7
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-6/+10
* Made fragment caching in views work for rjs and builder as well (closes #6642...David Heinemeier Hansson2008-01-031-1/+15
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-231-0/+29
* Fixed no-binding fragment cachingDavid Heinemeier Hansson2005-01-201-2/+2
* Removed the need for passing the binding when using CacheHelper#cacheDavid Heinemeier Hansson2005-01-201-1/+1
* Updated to new naming styleDavid Heinemeier Hansson2005-01-111-2/+2
* Updated caching to include action caching as well and simplified the name/key...David Heinemeier Hansson2005-01-101-1/+2
* Added first stab at page and fragment cachingDavid Heinemeier Hansson2005-01-081-0/+9