aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers
Commit message (Expand)AuthorAgeFilesLines
* Move erb_trim_mode setting to the ERB template handler. Keep a Base.erb_trim_...Jeremy Kemper2008-06-191-1/+6
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-1/+1
* Stack @output_buffer for nested renderingJeremy Kemper2008-06-031-2/+2
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-022-4/+5
* Try replacing _erbout with @output_bufferJeremy Kemper2008-06-021-4/+2
* Pass template object to Handler#compilePratik Naik2008-04-244-4/+4
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-081-1/+1
* add json_escape ERB util to escape html entities in json strings that are out...Rick Olson2008-04-081-1/+19
* 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