aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers/compilable.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved complied method name logic into RenderableJoshua Peek2008-07-051-22/+2
* Don't rely on view instance loggerJoshua Peek2008-07-031-4/+4
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-1/+7
* 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
* Pass template object to Handler#compilePratik Naik2008-04-241-1/+1
* 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-221-0/+116