aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/log_on_unpermitted_params_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Simple Sungularize ActionController::UnpermittedParameters error in case ↵Serj L2014-02-241-4/+26
| | | | when only 1 parameter is unpermitted.
* Restore and adapt the implementation reverted atRafael Mendonça França2013-01-191-3/+3
| | | | | | 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/+50