aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers/erb.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9: Strip encoding from ERB source since you can not change character e...Joshua Peek2008-07-191-2/+5
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-6/+0
* Improve readabilityJeremy Kemper2008-06-241-1/+3
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-1/+2
* Move erb_trim_mode setting to the ERB template handler. Keep a Base.erb_trim_...Jeremy Kemper2008-06-191-1/+6
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-1/+1
* Try replacing _erbout with @output_bufferJeremy Kemper2008-06-021-4/+2
* Pass template object to Handler#compilePratik Naik2008-04-241-1/+1
* 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 template compilation from AV::Base into the template handlers. Clos...Michael Koziarski2008-01-221-4/+2
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-111-0/+4
* Move fragment caching from special helper methods to TemplateHandler. Closes ...Jeremy Kemper2008-01-101-0/+6
* 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
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-091-0/+21