Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespaces | Guillermo Iguaran | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | Transform the symbol into a constant lookup. | José Valim | 2011-05-31 | 1 | -8/+15 |
| | |||||
* | ActiveModel::MassAssignmentSecurity.mass_assignment_sanitizer method | Bogdan Gusiev | 2011-05-30 | 1 | -1/+11 |
| | | | | | In order to specify your own sanitize method Implemented .mass_assignment_sanitizer configuration option | ||||
* | MassAssignmentSecurity: add ability to specify your own sanitizer | Bogdan Gusiev | 2011-05-26 | 1 | -5/+19 |
| | | | | | | Added an ability to specify your own behavior on mass assingment protection, controlled by option: ActiveModel::MassAssignmentSecurity.mass_assignment_sanitizer | ||||
* | Change documentation for ActiveModel::MassAssignmentSecurity a bit and make ↵ | José Valim | 2010-07-08 | 1 | -15/+9 |
| | | | | debug always be called since some people may overwrite warn! to add extra behavior even if logger is not available. | ||||
* | mass_assignment_security moved from AR to AMo, and minor test cleanup | Josh Kalderimis | 2010-07-08 | 1 | -0/+29 |
Signed-off-by: José Valim <jose.valim@gmail.com> |