aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/raise_on_unpermitted_params_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Restore and adapt the implementation reverted atRafael Mendonça França2013-01-191-5/+5
| | | | | | https://github.com/rails/rails/commit/cc1c3c5be061e7572018f734e5239750ab449e3f Now instead of raise, we log by default in development and test
* Added ability to raise or log on unpermitted params.Thomas Drake-Brockman2013-01-201-0/+33
|
* Rename the configuration to raise_on_unpermitted_parametersRafael Mendonça França2013-01-051-33/+0
| | | | Also changed the exception to UnpermittedParameters
* Allow developers to enable raising of exception when unexpected params are ↵Thomas Drake-Brockman2013-01-051-0/+33
provided.