aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* A back support for legacy TemplateHandler#render APIJoshua Peek2008-11-231-2/+27
* use autoload instead of explicit requires for ActionViewJoshua Peek2008-11-231-5/+0
* Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...Joshua Peek2008-07-181-15/+8
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-4/+0
* Changed ActionView::TemplateHandler#render API method signature to render(tem...Joshua Peek2008-07-111-1/+1
* Deprecated TemplateHandler line offsetJoshua Peek2008-07-051-8/+0
* Moved template handler registration into a mix-in module.Joshua Peek2008-06-111-1/+0
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-1/+1
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-5/+0
* Move the declaration of the compilation related cattr_accessors to compilable...Michael Koziarski2008-01-301-11/+0
* Refactor template compilation from AV::Base into the template handlers. Clos...Michael Koziarski2008-01-221-0/+17
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-111-0/+12
* Move fragment caching from special helper methods to TemplateHandler. Closes ...Jeremy Kemper2008-01-101-0/+4
* More Action View refactoring. Knock :erb default down a notch. Closes #10455.Jeremy Kemper2007-12-101-0/+4
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-091-0/+13