rails/actionpack/test/controller/parameters
Jean Boussier 1e56b1d115 Fix ruby-master test suite (Psych 4.0.0)
Ruby master ships with Psych 4.0.0 which makes `YAML.load`
defaults to safe mode (https://github.com/ruby/psych/pull/487).

However since these YAML files are trustworthy sources
we can parse them with `unsafe_load`.
2021-05-19 14:21:21 +02:00
..
accessors_test.rb Use Enumerator#all? and Enumerator#any? with classes instead of iterations 2021-02-07 01:29:50 -05:00
always_permitted_parameters_test.rb Permit list usage cleanup and clearer documentation 2018-08-27 09:51:46 -04:00
dup_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
log_on_unpermitted_params_test.rb chore: fix spelling 2021-04-15 15:49:48 +10:00
multi_parameter_attributes_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
mutators_test.rb Add compact and compact! to ActionController::Parameters 2020-05-17 11:04:25 +01:00
nested_parameters_permit_test.rb fixed usage of Parameters when a non-numeric key exists 2019-05-13 15:03:27 +08:00
parameters_permit_test.rb Add spell checking with codespell as a GitHub Action 2021-05-04 14:46:21 +10:00
raise_on_unpermitted_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
serialization_test.rb Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00