aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/flows.rb
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup and moving responsibilities around.José Valim2011-05-011-1/+1
|
* Docs.José Valim2011-04-161-9/+8
|
* content_for should work with provide.José Valim2011-04-161-0/+9
|
* Add more tests, ensure we never yield outside the fiber context and that we ↵José Valim2011-04-161-2/+9
| | | | swap buffers when moving from parent to child.
* Basic tests for streaming. Basic tests for provide.José Valim2011-04-161-1/+1
|
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, ↵José Valim2011-04-161-0/+64
inside a body, so you can stream.