aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer/renderer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove private partial/template renderer methodsCarlos Antonio da Silva2012-11-211-12/+2
| | | | | | Since now these objects are not cached anymore, there's no need to have these private methods, just instantiate each of them in the necessary place.
* render every partial with a new `PartialRenderer`.Yves Senn2012-11-191-2/+2
| | | | | | | | This resolves issues when rendering nested partials. Previously the `PartialRenderer` was reused which led to situations where the state of the renderer was reset. Closes #8197
* no @controller dependency in Renderers.Nick Sutterer2011-05-041-7/+6
|
* Add a shared entry point for AV and AC render which can be used as extension ↵José Valim2011-05-031-0/+9
| | | | in the future.
* Introduce view renderer.José Valim2011-05-011-23/+10
|
* Remove view dependency from AV::Renderer.José Valim2011-05-011-29/+17
|
* Remove more dependencies from the view.José Valim2011-05-011-0/+1
|
* Start abstracting the renderer.José Valim2011-05-011-0/+70