aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/forbidden_attributes_protection.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix AC::Parameters not being sanitized for query methods.Guo Xiang Tan2015-10-021-2/+3
* Check attributes passed to create_with and whereRafael Mendonça França2014-08-181-0/+1
* rm dead codeAaron Patterson2012-11-091-1/+1
* change AMo::ForbiddenAttributesProtection#sanitize_for_mass_assignment to pro...Francesco Rodriguez2012-09-201-7/+8
* update AMo::ForbiddenAttributesError documentation [ci skip]Francesco Rodriguez2012-09-201-0/+12
* Rename ForbiddenAttributes exception to ForbiddenAttributesErrorGuillermo Iguaran2012-09-161-2/+2
* Remove MassAssignmentSecurity from ActiveModelGuillermo Iguaran2012-09-161-4/+4
* Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gemGuillermo Iguaran2012-09-161-0/+14