Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved template handler registration into a mix-in module. | Joshua Peek | 2008-06-11 | 1 | -1/+0 |
* | Refactor partial rendering into a PartialTemplate class. [Pratik] | Michael Koziarski | 2008-03-03 | 1 | -1/+1 |
* | Introduce a Template class to ActionView. Closes #11024 [lifofifo] | Michael Koziarski | 2008-02-06 | 1 | -5/+0 |
* | Move the declaration of the compilation related cattr_accessors to compilable... | Michael Koziarski | 2008-01-30 | 1 | -11/+0 |
* | Refactor template compilation from AV::Base into the template handlers. Clos... | Michael Koziarski | 2008-01-22 | 1 | -0/+17 |
* | * Pass around handler instances, not their classes [Koz] | Michael Koziarski | 2008-01-11 | 1 | -0/+12 |
* | Move fragment caching from special helper methods to TemplateHandler. Closes ... | Jeremy Kemper | 2008-01-10 | 1 | -0/+4 |
* | More Action View refactoring. Knock :erb default down a notch. Closes #10455. | Jeremy Kemper | 2007-12-10 | 1 | -0/+4 |
* | Refactor Action View template handlers. Closes #10437. | Jeremy Kemper | 2007-12-09 | 1 | -0/+13 |