aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/mass_assignment_security/permission_set.rb
Commit message (Collapse)AuthorAgeFilesLines
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-251-3/+3
|
* Compact array of values added to PermissionSet instanceNikita Pomyashchiy2012-06-081-1/+1
|
* Fix grammatical error in ↵Steve Richert2012-01-021-1/+1
| | | | ActiveModel::MassAssignmentSecurity::PermissionSet#deny? NotImplementedError message
* MassAssignmentSecurity: add ability to specify your own sanitizerBogdan Gusiev2011-05-261-4/+4
| | | | | | Added an ability to specify your own behavior on mass assingment protection, controlled by option: ActiveModel::MassAssignmentSecurity.mass_assignment_sanitizer
* Add missing require to use SetSantiago Pastorino2010-07-111-1/+2
|
* Change documentation for ActiveModel::MassAssignmentSecurity a bit and make ↵José Valim2010-07-081-6/+4
| | | | 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 cleanupJosh Kalderimis2010-07-081-0/+41
Signed-off-by: José Valim <jose.valim@gmail.com>