aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/output_buffer_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate template, session, assigns, and layout accessors on response ↵Joshua Peek2009-04-281-9/+9
| | | | object. Instead access them through the controller instance. This mainly affects functional test assertions.
* Extract output buffer testJeremy Kemper2009-03-131-0/+35
|
* Body parts: future rendering, threaded future, queued future, open-uri exampleJeremy Kemper2009-03-131-35/+0
|
* Introduce flush_output_buffer to append the buffer to the response body then ↵Jeremy Kemper2009-03-131-0/+35
start a new buffer. Useful for pushing custom parts to the response body without disrupting template rendering.