aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer/partial_renderer.rb
Commit message (Collapse)AuthorAgeFilesLines
* no @controller dependency in Renderers.Nick Sutterer2011-05-041-7/+3
|
* Remove view dependency from AV::Renderer.José Valim2011-05-011-34/+35
|
* Remove more dependencies from the view.José Valim2011-05-011-4/+10
|
* Start abstracting the renderer.José Valim2011-05-011-1/+216
|
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, ↵José Valim2011-04-161-2/+0
| | | | inside a body, so you can stream.
* Initial work on fibered layout.José Valim2011-04-161-1/+1
|
* Accept String value for render_partial :as optionAkira Matsuda2011-02-011-2/+2
| | | | | | [#6222 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Final tidy up on templates inheritance.José Valim2010-12-271-1/+1
|
* all tests passartemave2010-12-261-1/+1
|
* #948 template_inheritanceartemave2010-12-261-2/+2
|
* Make collection and collection_from_object methods return an arraySantiago Pastorino2010-11-131-3/+4
| | | | | | This transforms for instance scoped objects into arrays and avoid unneeded queries [#5958 state:committed]
* render :once should consider the current controller prefix.José Valim2010-10-141-2/+2
|
* Add support to render :once.José Valim2010-10-101-4/+3
| | | | 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-101-0/+167
This commit moves all the template rendering logic that was hanging around AV::Base to renderer objects.