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
Prem Sichanugrist 61fff0e23b Add AC::Parameters#to_unsafe_h
As suggested in #16299([1]), this method should be a new public API for
retrieving unfiltered parameters from `ActionController::Parameters`
object, given that `Parameters#to_hash` will no longer work in Rails
5.0+ as we stop inheriting `Parameters` from `Hash`.

[1]: https://github.com/rails/rails/pull/16299#issuecomment-50220919
2014-12-12 18:52:10 +07:00
..
accessors_test.rb Fix failing test on several methods on Parameter 2014-08-18 20:42:46 -04:00
always_permitted_parameters_test.rb Improvements per code review. 2014-06-27 13:08:40 -07: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 Fix failing test on several methods on Parameter 2014-08-18 20:42:46 -04:00
nested_parameters_test.rb Strong parameters should permit nested number as key. Closes #12293 2013-09-27 03:53:45 +09:00
parameters_permit_test.rb Add AC::Parameters#to_unsafe_h 2014-12-12 18:52:10 +07:00
raise_on_unpermitted_params_test.rb Restore and adapt the implementation reverted at 2013-01-19 15:32:27 -02:00