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/parameters
Rafael Mendonça França 9f4c2632ef
Add ActionController::Parameters#to_hash to implict conversion
Now methods that implicit convert objects to a hash will be able to work
without requiring the users to change their implementation.

This method will return a Hash instead of a HashWithIndefirentAccess
to mimic the same implementation of HashWithIndefirentAccess#to_hash.
2017-04-18 17:33:24 -04:00
..
accessors_test.rb Fix test that was asserting the wrong thing 2017-03-21 16:50:35 -04:00
always_permitted_parameters_test.rb Fix broken alignments caused by auto-correct commit 411ccbd 2016-08-10 06:36:39 +09:00
dup_test.rb ActionController::Parameters#deep_dup (#26567) 2016-10-11 10:29:20 -03:00
log_on_unpermitted_params_test.rb Merge pull request #26094 from igorkasyanchuk/master 2016-08-16 06:35:01 -03:00
multi_parameter_attributes_test.rb Fix broken alignments caused by auto-correct commit 411ccbd 2016-08-10 06:36:39 +09:00
mutators_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
nested_parameters_permit_test.rb Fix all rubocop violations 2017-01-17 22:10:14 -05:00
parameters_permit_test.rb Add ActionController::Parameters#to_hash to implict conversion 2017-04-18 17:33:24 -04:00
raise_on_unpermitted_params_test.rb Fix broken alignments caused by auto-correct commit 411ccbd 2016-08-10 06:36:39 +09:00
serialization_test.rb Soften this test since YAML.dump may produce keys in other orders. 2016-10-21 16:27:06 -05:00