aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/mass_assignment_security_test.rb
Commit message (Expand)AuthorAgeFilesLines
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-33/+307
* Added mass-assignment security :as and :without_protection support to AR.new ...Josh Kalderimis2011-05-011-24/+114
* fix mass-assignment security tests, this was due to a string column limit whi...Josh Kalderimis2011-04-271-9/+9
* Added assign_attributes to Active Record which accepts a mass-assignment secu...Josh Kalderimis2011-04-241-0/+71
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-62/+9
* minor changes to mass assignment security patch to bring it in line with rail...Josh Kalderimis2010-07-081-0/+96