Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Functional test runner finalizes response just like the integration test ↵ | Joshua Peek | 2009-05-02 | 1 | -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 Peek | 2009-04-28 | 1 | -1/+1 |
| | | | | object. Instead access them through the controller instance. This mainly affects functional test assertions. | ||||
* | pluginize concurrent block body part | Jeremy Kemper | 2009-03-19 | 1 | -80/+0 |
| | |||||
* | Pare down unit test | Jeremy Kemper | 2009-03-16 | 1 | -36/+6 |
| | |||||
* | Less ceremony | Jeremy Kemper | 2009-03-13 | 1 | -27/+34 |
| | |||||
* | Extract output buffer test | Jeremy Kemper | 2009-03-13 | 1 | -34/+0 |
| | |||||
* | Simplify parts and tests | Jeremy Kemper | 2009-03-13 | 1 | -9/+8 |
| | |||||
* | Fix tests | Jeremy Kemper | 2009-03-13 | 1 | -4/+4 |
| | |||||
* | Example using an edge side include body part to fetch queued rendering results | Jeremy Kemper | 2009-03-13 | 1 | -9/+27 |
| | |||||
* | Body parts: future rendering, threaded future, queued future, open-uri example | Jeremy Kemper | 2009-03-13 | 1 | -0/+142 |