aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/custom_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-2/+2
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-3/+3
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-3/+7
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-111-1/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* ActionView: Allow to register a Template handler with a Symbol (dont kill mar...David Heinemeier Hansson2006-03-261-0/+8
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-271-3/+3
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-211-2/+2
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-191-0/+33