aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers/compilable.rb
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-221-0/+116