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
Ryuta Kamizono 7433836f9a Remove const_missing which fallback to deprecated NEVER_UNPERMITTED_PARAMS
`NEVER_UNPERMITTED_PARAMS` is deprecated in Rails 4.2. See #15933.
2016-02-15 04:17:24 +09:00
..
accessors_test.rb Fix ActionController::Parameters#== bug 2016-01-21 17:28:18 -05: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 Simple Sungularize ActionController::UnpermittedParameters error in case when only 1 parameter is unpermitted. 2014-02-24 13:25:38 +04:00
multi_parameter_attributes_test.rb Permit string and float values in the multiparameter attributes 2012-10-18 00:31:46 -03:00
mutators_test.rb Remove skip on tests that have been fixed. 2015-10-24 08:08:26 +08:00
nested_parameters_test.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
parameters_permit_test.rb test include?- fix typo 2016-01-09 05:55:56 +05:30
raise_on_unpermitted_params_test.rb Restore and adapt the implementation reverted at 2013-01-19 15:32:27 -02:00