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
Sean Griffin 94a1edbc02 Filter scalar values when params permit hashes or arrays
This brings the behavior more inline with other similar cases, such as
receiving a hash when an array of scalars was expected. Prior to this
commit, the key would be present, but the value would be `nil`
2016-04-15 09:09:50 -06:00
..
accessors_test.rb Add ActionController::Parameters#dig 2016-03-09 09:49:23 -07:00
always_permitted_parameters_test.rb Remove const_missing which fallback to deprecated NEVER_UNPERMITTED_PARAMS 2016-02-15 04:17:24 +09:00
log_on_unpermitted_params_test.rb
multi_parameter_attributes_test.rb
mutators_test.rb Remove skip on tests that have been fixed. 2015-10-24 08:08:26 +08:00
nested_parameters_test.rb
parameters_permit_test.rb Filter scalar values when params permit hashes or arrays 2016-04-15 09:09:50 -06:00
raise_on_unpermitted_params_test.rb