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
Prem Sichanugrist 14a3bd520d Make AC::Parameters not inherited from Hash
This is another take at #14384 as we decided to wait until `master` is
targeting Rails 5.0. This commit is implementation-complete, as it
guarantees that all the public methods on the hash-inherited Parameters
are still working (based on test case). We can decide to follow-up later
if we want to remove some methods out from Parameters.
2015-07-15 11:11:36 -04:00
..
conditional_get_test.rb Rename test methods in api conditional get controller tests 2015-06-11 16:54:14 -03: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 Use new hash syntax 2015-06-11 16:54:13 -03:00
url_for_test.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00