aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer
Commit message (Collapse)AuthorAgeFilesLines
* Add support to render :once.José Valim2010-10-103-28/+58
| | | | 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é Valim2010-10-103-0/+269
This commit moves all the template rendering logic that was hanging around AV::Base to renderer objects.