aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/params_wrapper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in test method namesVijay Dev2011-05-031-3/+3
* Fix broken params_wrapper_test on 1.8.7 :bomb:Prem Sichanugrist2011-05-031-36/+80
* Move most processing to load time for performance and improve test suite.José Valim2011-05-031-12/+27
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+187