aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/streaming_render_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate passing the template handler in the template name.José Valim2011-09-221-8/+8
| | | | | | For example, calling hello.erb is now deprecated. Since Rails 3.0 passing the handler had no effect whatsover. This commit simply deprecates such cases so we can clean up the code in later releases.
* Eliminate uninitialized instance variable warningwycats2011-05-221-2/+2
|
* log errors when an exception happens when streaming.José Valim2011-05-011-2/+6
|
* content_for should work with provide.José Valim2011-04-161-2/+10
|
* Add more tests, ensure we never yield outside the fiber context and that we ↵José Valim2011-04-161-0/+8
| | | | swap buffers when moving from parent to child.
* Basic tests for streaming. Basic tests for provide.José Valim2011-04-161-2/+58
|
* The magic medicine worked.José Valim2011-04-161-0/+33