Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test that permitted? is sticky on accessors, mutators, and merges | Benjamin Quorning | 2012-11-06 | 1 | -0/+24 |
* | Test that not permitted is sticky on #except | Benjamin Quorning | 2012-11-06 | 1 | -0/+1 |
* | Current tests are testing stickiness of non-permitted parameters | Benjamin Quorning | 2012-11-06 | 1 | -3/+3 |
* | Fix buggy tests | Benjamin Quorning | 2012-11-06 | 1 | -4/+4 |
* | No need for the debugger | David Heinemeier Hansson | 2012-10-31 | 1 | -1/+0 |
* | Allow #permit to take its list of permitted parameters as an array | David Heinemeier Hansson | 2012-10-31 | 1 | -0/+5 |
* | Cleanup trailing whitespaces | dfens | 2012-10-12 | 1 | -1/+1 |
* | ActionController::Parameters#permit! is recursive | Brendan Loudermilk | 2012-10-04 | 1 | -0/+7 |
* | Add config.action_controller.permit_all_attributes to bypass StrongParameters... | Guillermo Iguaran | 2012-09-16 | 1 | -0/+14 |
* | Change tainted/untainted wording to permitted/forbidden | Guillermo Iguaran | 2012-09-16 | 1 | -0/+59 |