| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing ==Examples and last blank lines of docs from actionpack | Francesco Rodriguez | 2012-05-15 | 1 | -1/+0 |
* | Merge pull request #2219 from kommen/fix_fragment_caching_squashed | Santiago Pastorino | 2011-10-13 | 1 | -1/+1 |
* | Only mark the sliced buffer as safe, if it was safe to begin with. | Christopher Meiklejohn | 2011-06-20 | 1 | -1/+2 |
* | Streamline fragment_for SafeBuffer logic to make it more concise. | Christopher Meiklejohn | 2011-06-20 | 1 | -6/+3 |
* | Adapt [823aa223efbac6ad4d31ea33402892267bb77cb4] to make sure we perform clon... | Prem Sichanugrist | 2011-06-08 | 1 | -3/+7 |
* | Fragment caching needs to operate on the pure output, not the | Christopher Meiklejohn | 2011-06-07 | 1 | -1/+3 |
* | Remove extra whitespace. | Sebastian Martinez | 2011-05-10 | 1 | -1/+1 |
* | Issue one Cache#read command instead of two in the case of a fragment cache hit | Christos Trochalakis | 2011-01-18 | 1 | -2/+2 |
* | More minor edits. | Rizwan Reza | 2010-12-23 | 1 | -5/+5 |
* | Revised documentation for cache_helper. | Rizwan Reza | 2010-12-23 | 1 | -12/+10 |
* | Adds title and description where needed. | Rizwan Reza | 2010-06-16 | 1 | -2/+4 |
* | Fixed double output from cache in no caching mode | David Heinemeier Hansson | 2010-06-08 | 1 | -14/+14 |
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 1 | -1/+21 |
* | Some more tweaks on <% %>. | Carlhuda | 2010-03-16 | 1 | -1/+2 |
* | Add deprecation notices for <% %>. | Carlhuda | 2010-03-15 | 1 | -1/+1 |
* | Make @controller an internal ivar in the view | Joshua Peek | 2010-01-22 | 1 | -1/+1 |
* | Get buffer for fragment cache from template's @output_buffer | Joshua Peek | 2008-07-15 | 1 | -1/+1 |
* | Made ActionView::Base#first_render a little more private. And added _last_ren... | Joshua Peek | 2008-07-13 | 1 | -2/+1 |
* | Revert "Moved TemplateHandlers to Base" | Joshua Peek | 2008-07-03 | 1 | -1/+1 |
* | Moved TemplateHandlers to Base | Joshua Peek | 2008-07-03 | 1 | -1/+1 |
* | Moved template handlers related code from ActionView::Base to ActionView::Tem... | Pratik Naik | 2008-03-05 | 1 | -1/+1 |
* | Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer] | Jeremy Kemper | 2008-02-03 | 1 | -2/+1 |
* | Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C... | Michael Koziarski | 2008-01-21 | 1 | -1/+1 |
* | Revert r8669 for now, breaks Action Mailer. Reopens #10800. | Jeremy Kemper | 2008-01-19 | 1 | -1/+1 |
* | Introduce TemplateFinder to handle view paths and lookups. Closes #10800. | Jeremy Kemper | 2008-01-19 | 1 | -1/+1 |
* | Fix a few caching errors, expose a case thats still not working (ref #107330 ... | David Heinemeier Hansson | 2008-01-12 | 1 | -2/+2 |
* | Move fragment caching from special helper methods to TemplateHandler. Closes ... | Jeremy Kemper | 2008-01-10 | 1 | -17/+2 |
* | Fix CacheHelper#cache (closes #10733) [mindforge] | David Heinemeier Hansson | 2008-01-10 | 1 | -8/+7 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -6/+10 |
* | Made fragment caching in views work for rjs and builder as well (closes #6642... | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+15 |
* | Massive documentation update for all helpers (closes #8223, #8177, #8175, #81... | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+29 |
* | Fixed no-binding fragment caching | David Heinemeier Hansson | 2005-01-20 | 1 | -2/+2 |
* | Removed the need for passing the binding when using CacheHelper#cache | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Updated to new naming style | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+2 |
* | Updated caching to include action caching as well and simplified the name/key... | David Heinemeier Hansson | 2005-01-10 | 1 | -1/+2 |
* | Added first stab at page and fragment caching | David Heinemeier Hansson | 2005-01-08 | 1 | -0/+9 |