aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/params_wrapper.rb
Commit message (Expand)AuthorAgeFilesLines
* More performance optimizations.José Valim2011-05-031-13/+17
* Improve performance for filtered parameters and add tests.José Valim2011-05-031-3/+2
* Move most processing to load time for performance and improve test suite.José Valim2011-05-031-25/+49
* Fix ParamsWrapper docs errorsSebastian Martinez2011-05-021-2/+2
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+197