aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/params_wrapper.rb
Commit message (Collapse)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
This will allow us to do a rootless JSON/XML request to server.