aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/params_wrapper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get around weird missing constant error caused by AS instead of simply ↵José Valim2011-05-111-5/+13
| | | | raising NameError, closes #477.
* Ensure params wrapper settings are not inherited and calculated each time.José Valim2011-05-061-1/+1
|
* 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.