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
Vipul A M 9b3dc9d850 - Fix warning introduced in 77acc004ef when fixing API responses.
- render :text is deprecated, so added an assertion for it.
2016-01-22 00:38:12 +05:30
..
conditional_get_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
data_streaming_test.rb
force_ssl_test.rb
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 - Fix warning introduced in 77acc004ef when fixing API responses. 2016-01-22 00:38:12 +05:30
url_for_test.rb