Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start abstracting the renderer. | José Valim | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | extract formats_regexp as a method | Santiago Pastorino | 2010-10-16 | 1 | -2/+5 |
| | |||||
* | There's no need now to expose lookup_context as an external API | Santiago Pastorino | 2010-10-16 | 1 | -3/+1 |
| | |||||
* | Delegate freeze_formats to lookup_context | Santiago Pastorino | 2010-10-16 | 1 | -2/+2 |
| | |||||
* | Remove the :vew attr_reader from ActionView::AbstractRenderer [#5819 ↵ | Jeff Kreeftmeijer | 2010-10-16 | 1 | -1/+1 |
| | | | | | | state:resolved] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Add support to render :once. | José Valim | 2010-10-10 | 1 | -6/+6 |
| | | | | This will be used internally by sprockets to ensure requires are executed just once. | ||||
* | Clean up the house before moving in the new furniture. | José Valim | 2010-10-10 | 1 | -0/+36 |
This commit moves all the template rendering logic that was hanging around AV::Base to renderer objects. |