aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/parameters_permit_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Test that permitted? is sticky on accessors, mutators, and mergesBenjamin Quorning2012-11-061-0/+24
* Test that not permitted is sticky on #exceptBenjamin Quorning2012-11-061-0/+1
* Current tests are testing stickiness of non-permitted parametersBenjamin Quorning2012-11-061-3/+3
* Fix buggy testsBenjamin Quorning2012-11-061-4/+4
* No need for the debuggerDavid Heinemeier Hansson2012-10-311-1/+0
* Allow #permit to take its list of permitted parameters as an arrayDavid Heinemeier Hansson2012-10-311-0/+5
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* ActionController::Parameters#permit! is recursiveBrendan Loudermilk2012-10-041-0/+7
* Add config.action_controller.permit_all_attributes to bypass StrongParameters...Guillermo Iguaran2012-09-161-0/+14
* Change tainted/untainted wording to permitted/forbiddenGuillermo Iguaran2012-09-161-0/+59