aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers/builder.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefix ActionView::Base private methods with an underscoreJoshua Peek2008-08-311-1/+1
* Set the response content type to that of found template if not explicitly set...Tom Ward2008-07-181-2/+1
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-6/+1
* Check for response in builder template since ActionMailer does not have oneJoshua Peek2008-07-111-1/+2
* Deprecated TemplateHandler line offsetJoshua Peek2008-07-051-9/+3
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-3/+4
* Pass template object to Handler#compilePratik Naik2008-04-241-1/+1
* Refactor template compilation from AV::Base into the template handlers. Clos...Michael Koziarski2008-01-221-5/+3
* * 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
* 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/+15