Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix warning introduced in ↵ | Vipul A M | 2016-01-22 | 1 | -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::ApiRendering | Jon Moss | 2016-01-20 | 1 | -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 syntax | Santiago Pastorino | 2015-06-11 | 1 | -6/+6 |
| | |||||
* | Move Model test class inside RenderersApiController namespace | Santiago Pastorino | 2015-06-11 | 1 | -8/+8 |
| | |||||
* | Add ActionController API functionality | Santiago Pastorino | 2015-06-11 | 1 | -0/+38 |