aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/inline_template.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor template preloading. New abstractions include Renderable mixins and ↵Joshua Peek2008-07-121-5/+8
| | | | a refactored Template class.
* Lookup compiled methods in CompiledTemplates instance methods set instead of ↵Joshua Peek2008-07-051-6/+1
| | | | using a "methods_names" hash
* Use the inline template's hash as a method key instead of relying on a counterJoshua Peek2008-07-051-7/+2
|
* Moved complied method name logic into RenderableJoshua Peek2008-07-051-0/+10
|
* Renamed Renderer to RenderableJoshua Peek2008-07-051-1/+1
|
* Revert "Moved TemplateHandlers to Base"Joshua Peek2008-07-031-1/+1
| | | | | | | | | This reverts commit 42d215a925a228778e43f7040f03ad8f3eb5341c. Conflicts: actionpack/lib/action_view/inline_template.rb actionpack/lib/action_view/template.rb
* Extracted Template rendering logic into Renderer moduleJoshua Peek2008-07-031-5/+4
|
* Moved TemplateHandlers to BaseJoshua Peek2008-07-031-1/+1
|
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-6/+3
|
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-191-0/+20