1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller/api
Jon Moss 77acc004ef Re-add ActionController::ApiRendering
- 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.
2016-01-20 19:16:23 -05:00
..
conditional_get_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
data_streaming_test.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00
force_ssl_test.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00
implicit_render_test.rb Return 204 if render is not called in API controllers 2015-06-11 16:54:17 -03:00
params_wrapper_test.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
redirect_to_test.rb Use new hash syntax 2015-06-11 16:54:13 -03:00
renderers_test.rb Re-add ActionController::ApiRendering 2016-01-20 19:16:23 -05:00
url_for_test.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00