aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/mass_assignment_security_test.rb
Commit message (Expand)AuthorAgeFilesLines
* added failing tests for has_many, has_one and belongs_to associations with st...Jakub Kuźma2011-12-211-0/+63
* More checks for instance writers.Arun Agrawal2011-10-271-1/+2
* Adding more checks for instance_writer falseArun Agrawal2011-10-271-1/+2
* Test fix Allow instances to disable record_timestampsArun Agrawal2011-10-271-1/+1
* Pass mass-assignment options to nested models - closes #1673.Andrew White2011-06-131-0/+245
* Rename tests to reflect associationsAndrew White2011-06-131-30/+30
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Add support for passing mass assignment roles to dynamic finders. Closes #1170.Andrew White2011-05-211-0/+48
* updated AR#create! to accept an options hash so the mass-assignment security ...Josh Kalderimis2011-05-121-0/+24
* Ensure assign_attributes and update_attributes do not fail on nil, closes #478.José Valim2011-05-101-0/+4
* renamed mass-assignment scopes to roles, updated code, tests, docs and securi...Josh Kalderimis2011-05-081-27/+27
* 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