Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A back support for legacy TemplateHandler#render API | Joshua Peek | 2008-11-23 | 1 | -2/+27 |
| | |||||
* | use autoload instead of explicit requires for ActionView | Joshua Peek | 2008-11-23 | 1 | -5/+0 |
| | |||||
* | Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler ↵ | Joshua Peek | 2008-07-18 | 1 | -15/+8 |
| | | | | and Compilable stub so plugins will not have to change anything. | ||||
* | Get buffer for fragment cache from template's @output_buffer | Joshua Peek | 2008-07-15 | 1 | -4/+0 |
| | |||||
* | Changed ActionView::TemplateHandler#render API method signature to ↵ | Joshua Peek | 2008-07-11 | 1 | -1/+1 |
| | | | | render(template, local_assigns = {}) | ||||
* | Deprecated TemplateHandler line offset | Joshua Peek | 2008-07-05 | 1 | -8/+0 |
| | |||||
* | 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 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce a Template class to ActionView. Closes #11024 [lifofifo] | Michael Koziarski | 2008-02-06 | 1 | -5/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8805 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Move the declaration of the compilation related cattr_accessors to ↵ | Michael Koziarski | 2008-01-30 | 1 | -11/+0 |
| | | | | | | compilable. Closes #10959 [lifofifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8756 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Refactor template compilation from AV::Base into the template handlers. ↵ | Michael Koziarski | 2008-01-22 | 1 | -0/+17 |
| | | | | | | Closes #10888 [lifofifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8689 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | * Pass around handler instances, not their classes [Koz] | Michael Koziarski | 2008-01-11 | 1 | -0/+12 |
| | | | | | | | | * Move compilation, rendering and 'compilable?' checks into the Handlers [Koz] * Remove delegate_* methods as the handler is now an instance [Koz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8624 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Move fragment caching from special helper methods to TemplateHandler. Closes ↵ | Jeremy Kemper | 2008-01-10 | 1 | -0/+4 |
| | | | | | | #10754 [Josh Peek] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8619 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | More Action View refactoring. Knock :erb default down a notch. Closes #10455. | Jeremy Kemper | 2007-12-10 | 1 | -0/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8374 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Refactor Action View template handlers. Closes #10437. | Jeremy Kemper | 2007-12-09 | 1 | -0/+13 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8341 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |