Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor template preloading. New abstractions include Renderable mixins and ↵ | Joshua Peek | 2008-07-12 | 1 | -5/+8 |
| | | | | a refactored Template class. | ||||
* | Lookup compiled methods in CompiledTemplates instance methods set instead of ↵ | Joshua Peek | 2008-07-05 | 1 | -6/+1 |
| | | | | using a "methods_names" hash | ||||
* | Use the inline template's hash as a method key instead of relying on a counter | Joshua Peek | 2008-07-05 | 1 | -7/+2 |
| | |||||
* | Moved complied method name logic into Renderable | Joshua Peek | 2008-07-05 | 1 | -0/+10 |
| | |||||
* | Renamed Renderer to Renderable | Joshua Peek | 2008-07-05 | 1 | -1/+1 |
| | |||||
* | Revert "Moved TemplateHandlers to Base" | Joshua Peek | 2008-07-03 | 1 | -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 module | Joshua Peek | 2008-07-03 | 1 | -5/+4 |
| | |||||
* | Moved TemplateHandlers to Base | Joshua Peek | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | Replaced TemplateFinder abstraction with ViewLoadPaths | Joshua Peek | 2008-06-17 | 1 | -6/+3 |
| | |||||
* | Introduce ActionView::InlineTemplate class | Pratik Naik | 2008-04-19 | 1 | -0/+20 |