Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -5/+8 |
* | Lookup compiled methods in CompiledTemplates instance methods set instead of ... | Joshua Peek | 2008-07-05 | 1 | -6/+1 |
* | 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 |
* | 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 |