Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | render_to_string must ensure that response_body | Neeraj Singh | 2011-01-25 | 1 | -0/+10 |
| | | | | | | | | is nil [ #5875 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | renderer calls object.to_json when rendering :json => object [#5655 ↵ | Diego Carrion | 2010-09-27 | 1 | -0/+13 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Always downstream given options in :json, :xml and :js renderers and add ↵ | José Valim | 2010-04-22 | 1 | -0/+18 |
| | | | | tests for it. | ||||
* | Cleanup render callstack and make render(:json => {}, :status => 401) work ↵ | José Valim | 2010-02-24 | 1 | -0/+10 |
| | | | | again. | ||||
* | Namespace TestControllers inside their test case class | Joshua Peek | 2009-09-19 | 1 | -27/+31 |
| | |||||
* | Ported over render :file tests. | Yehuda Katz + Carl Lerche | 2009-05-13 | 1 | -0/+80 |