aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_json_test.rb
Commit message (Expand)AuthorAgeFilesLines
* render_to_string must ensure that response_bodyNeeraj Singh2011-01-251-0/+10
* renderer calls object.to_json when rendering :json => object [#5655 state:res...Diego Carrion2010-09-271-0/+13
* Always downstream given options in :json, :xml and :js renderers and add test...José Valim2010-04-221-0/+18
* Cleanup render callstack and make render(:json => {}, :status => 401) work ag...José Valim2010-02-241-0/+10
* Namespace TestControllers inside their test case classJoshua Peek2009-09-191-27/+31
* Ported over render :file tests.Yehuda Katz + Carl Lerche2009-05-131-0/+80