aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/api
Commit message (Expand)AuthorAgeFilesLines
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+1
* Return 204 if render is not called in API controllersJorge Bejar2015-06-111-0/+15
* Include ParamsWrapper in AC::APIJorge Bejar2015-06-111-0/+26
* Rename test methods in api conditional get controller testsJorge Bejar2015-06-111-2/+2
* Use new hash syntaxSantiago Pastorino2015-06-112-7/+7
* Use nex hash syntax on testsSantiago Pastorino2015-06-111-5/+5
* Move Model test class inside RenderersApiController namespaceSantiago Pastorino2015-06-111-8/+8
* Add ActionController API functionalitySantiago Pastorino2015-06-116-0/+180