aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/permitted_params_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-2/+2
| | | | | | | | Non-kwargs requests are deprecated now. Guides are updated as well. `post url, nil, nil, { a: 'b' }` doesn't make sense. `post url, params: { y: x }, session: { a: 'b' }` would be an explicit way to do the same
* Change tainted/untainted wording to permitted/forbiddenGuillermo Iguaran2012-09-161-0/+25