aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handlers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Auto-load template handlers based on unmatched extensions [#1540 ↵Pratik Naik2008-12-191-24/+1
| | | | | | | | | | state:resolved]" This reverts commit e8c1915416579a3840573ca2c80822d96cb31823. Reasons : - ActionPack tests run very slow - Gem.searcher hanging for long time when extension is nil
* Auto-load template handlers based on unmatched extensions [#1540 state:resolved]Nathan Weizenbaum2008-12-151-1/+24
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* 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 ↵Joshua Peek2008-07-181-1/+0
| | | | and Compilable stub so plugins will not have to change anything.
* 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