aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/params_wrapper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* doc fixesVijay Dev2011-08-281-8/+8
* params wrapper docs correctionVijay Dev2011-08-211-4/+3
* Use lazy load hooks to set parameter wrapping configuration. This means that ...Jon Leighton2011-08-161-2/+0
* Don't refer to ActionController::Base in the wrap_parameters initializer - us...Jon Leighton2011-08-161-0/+2
* some grammatical correctionsVijay Dev2011-06-041-3/+3
* renamed the wrap_parameters :only and :except options to :include and :exclud...Josh Kalderimis2011-05-191-17/+17
* Use anonymous? that works on both Ruby 1.8 and 1.9.José Valim2011-05-171-2/+3
* add more robust test for wrapping params with anonymous classDavid Chelimsky2011-05-171-2/+1
* Add fix for error when an anonymous controller subclasses ApplicationControllerAndy Lindeman2011-05-171-1/+4
* Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o...Prem Sichanugrist2011-05-151-3/+3
* Do not try to call `column_names` on the abstract class.Prem Sichanugrist2011-05-151-1/+1
* Get around weird missing constant error caused by AS instead of simply raisin...José Valim2011-05-111-5/+13
* 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