| Commit message (Expand) | Author | Age | Files | Lines |
* | Change event namespace ordering to most-significant first [#4504 state:resolved] | Justin George | 2010-05-02 | 1 | -1/+1 |
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 1 | -19/+0 |
* | Some more tweaks on <% %>. | Carlhuda | 2010-03-16 | 1 | -2/+1 |
* | RJS may cache an array | Jeremy Kemper | 2010-03-15 | 1 | -1/+1 |
* | Add deprecation notices for <% %>. | Carlhuda | 2010-03-15 | 1 | -5/+11 |
* | to_str works here | Jeremy Kemper | 2010-03-15 | 1 | -1/+1 |
* | read_ and write_fragment cache preserve html safety yet cache strings only | Jeremy Kemper | 2010-03-14 | 1 | -6/+6 |
* | Write strings to fragment cache, not outputbuffers | Jeremy Kemper | 2010-03-11 | 1 | -1/+3 |
* | Use safe_concat instead of trying to html_safe! what might be a frozen string | David Heinemeier Hansson | 2010-01-10 | 1 | -2/+2 |
* | Fixed that fragment caching should return a cache hit as html_safe (or it wou... | David Heinemeier Hansson | 2010-01-07 | 1 | -1/+1 |
* | Use underscore in notification namespaces. | José Valim | 2010-01-04 | 1 | -1/+1 |
* | Use namespaces in notifications. | José Valim | 2010-01-03 | 1 | -6/+8 |
* | Remove ActionView inline logging to ActiveSupport::Notifications and create A... | José Valim | 2009-12-26 | 1 | -1/+1 |
* | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 1 | -4/+4 |
* | Update Orchestra instrumentations and move part of logging to Orchestra. | José Valim | 2009-10-15 | 1 | -19/+7 |
* | Revert "Rename Orchestra to Notifications [#3321 state:resolved]" | José Valim | 2009-10-15 | 1 | -4/+4 |
* | Rename Orchestra to Notifications [#3321 state:resolved] | Joshua Peek | 2009-10-14 | 1 | -4/+4 |
* | Add Orchestra instrumentation to fragment and page caching. | José Valim | 2009-09-20 | 1 | -12/+20 |
* | Fixes "Cached fragment hit" written to log even if fragment is not cached (Er... | Yehuda Katz | 2009-08-08 | 1 | -2/+2 |
* | Merge with docrails | Pratik Naik | 2008-12-07 | 1 | -9/+17 |
* | write_fragment returns content if caching is disabled [#846 state:resolved] | Joshua Peek | 2008-11-22 | 1 | -11/+11 |
* | Remove stuff that was deprecated in 2-1-stable | Pratik Naik | 2008-10-21 | 1 | -26/+0 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
* | Get buffer for fragment cache from template's @output_buffer | Joshua Peek | 2008-07-15 | 1 | -3/+1 |
* | Improve readability | Jeremy Kemper | 2008-06-24 | 1 | -8/+10 |
* | Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved] | José Valim | 2008-05-19 | 1 | -1/+12 |
* | Move fragment caching from special helper methods to TemplateHandler. Closes ... | Jeremy Kemper | 2008-01-10 | 1 | -26/+0 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+153 |