aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/cache_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix nodoc commentRafael Mendonça França2012-10-071-16/+15
* Add nodoc to now public fragment_name_with_digestRyan Garver2012-10-041-0/+1
* Move the CacheHelper#fragment_name_with_digest to be public so custom fragmen...Ryan Garver2012-09-271-11/+11
* Add automatic template digests to all CacheHelper#cache calls (originally spi...David Heinemeier Hansson2012-08-291-9/+93
* Modernize the documentation for view caching somewhatDavid Heinemeier Hansson2012-08-081-16/+16
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-1/+0
* Merge pull request #2219 from kommen/fix_fragment_caching_squashedSantiago Pastorino2011-10-131-1/+1
* Only mark the sliced buffer as safe, if it was safe to begin with.Christopher Meiklejohn2011-06-201-1/+2
* Streamline fragment_for SafeBuffer logic to make it more concise.Christopher Meiklejohn2011-06-201-6/+3
* Adapt [823aa223efbac6ad4d31ea33402892267bb77cb4] to make sure we perform clon...Prem Sichanugrist2011-06-081-3/+7
* Fragment caching needs to operate on the pure output, not theChristopher Meiklejohn2011-06-071-1/+3
* Remove extra whitespace.Sebastian Martinez2011-05-101-1/+1
* Issue one Cache#read command instead of two in the case of a fragment cache hitChristos Trochalakis2011-01-181-2/+2
* More minor edits.Rizwan Reza2010-12-231-5/+5
* Revised documentation for cache_helper.Rizwan Reza2010-12-231-12/+10
* Adds title and description where needed.Rizwan Reza2010-06-161-2/+4
* Fixed double output from cache in no caching modeDavid Heinemeier Hansson2010-06-081-14/+14
* 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