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
2015-07-17 15:00:00 +02: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 Return super in ActionController::Parameters.const_missing 2015-03-28 10:40:58 +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
mutators_test.rb Skip a few failing tests on JRuby with the attached tickets 2015-07-17 15:00:00 +02:00
nested_parameters_test.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
parameters_permit_test.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
raise_on_unpermitted_params_test.rb