aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/body_parts_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Modify assert_template to use notifications. Also, remove ↵Carlhuda2010-03-171-2/+1
| | | | ActionController::Base#template since it is no longer needed.
* Use response_body rather than performed?Yehuda Katz2009-08-091-1/+1
|
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-8/+5
|
* Get all template tests passing on new baseCarl Lerche2009-05-261-1/+4
|
* Functional test runner finalizes response just like the integration test ↵Joshua Peek2009-05-021-1/+5
| | | | | runner. In both runners, the @response object will now behave the same. Some functional tests will need to be updated if they are relying on preprocessed data on the response.
* Deprecate template, session, assigns, and layout accessors on response ↵Joshua Peek2009-04-281-1/+1
| | | | object. Instead access them through the controller instance. This mainly affects functional test assertions.
* pluginize concurrent block body partJeremy Kemper2009-03-191-80/+0
|
* Pare down unit testJeremy Kemper2009-03-161-36/+6
|
* Less ceremonyJeremy Kemper2009-03-131-27/+34
|
* Extract output buffer testJeremy Kemper2009-03-131-34/+0
|
* Simplify parts and testsJeremy Kemper2009-03-131-9/+8
|
* Fix testsJeremy Kemper2009-03-131-4/+4
|
* Example using an edge side include body part to fetch queued rendering resultsJeremy Kemper2009-03-131-9/+27
|
* Body parts: future rendering, threaded future, queued future, open-uri exampleJeremy Kemper2009-03-131-0/+142