aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/api/renderers_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* - Fix warning introduced in ↵Vipul A M2016-01-221-1/+3
| | | | | | https://github.com/vipulnsward/rails/commit/77acc004efad07dfd4d4f83be14ef897968a3fd9 when fixing API responses. - render :text is deprecated, so added an assertion for it.
* Re-add ActionController::ApiRenderingJon Moss2016-01-201-0/+20
| | | | | - Fixes bug #23142. - Bug was occurring only with ActionController::API, because `_process_options` wasn't being run for API requests, even though it was being run for normal app requests.
* Use new hash syntaxSantiago Pastorino2015-06-111-6/+6
|
* Move Model test class inside RenderersApiController namespaceSantiago Pastorino2015-06-111-8/+8
|
* Add ActionController API functionalitySantiago Pastorino2015-06-111-0/+38