aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers
Commit message (Expand)AuthorAgeFilesLines
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-0/+4
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-22/+18
* Move the declaration of the compilation related cattr_accessors to compilable...Michael Koziarski2008-01-301-0/+12
* Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko]Michael Koziarski2008-01-271-1/+1
* Refactor template compilation from AV::Base into the template handlers. Clos...Michael Koziarski2008-01-224-13/+123
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-113-0/+12
* Move fragment caching from special helper methods to TemplateHandler. Closes ...Jeremy Kemper2008-01-103-0/+23
* The asset_host block takes the controller request as an optional second argum...Jeremy Kemper2008-01-061-0/+9
* Add tests for html_escape, and remove an unneeded backslash (closes #10511) [...David Heinemeier Hansson2007-12-161-1/+1
* More Action View refactoring. Knock :erb default down a notch. Closes #10455.Jeremy Kemper2007-12-102-0/+8
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-093-0/+46