aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers.rb
Commit message (Expand)AuthorAgeFilesLines
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-48/+0
* Fix performance regressionJeremy Kemper2009-01-161-1/+5
* A back support for legacy TemplateHandler#render APIJoshua Peek2008-11-231-4/+0
* use autoload instead of explicit requires for ActionViewJoshua Peek2008-11-231-5/+8
* Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...Joshua Peek2008-07-181-1/+0
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-1/+0
* Reload cached templates when a new handler is registeredPratik Naik2008-06-151-0/+1
* Opps, I forgot to add template_handlers.rb to my index.Joshua Peek2008-06-111-0/+46