aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/forbidden_attributes_protection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Check attributes passed to create_with and whereRafael Mendonça França2014-08-181-0/+30
* Add regression test to #12343Rafael Mendonça França2013-09-241-0/+5
* Added STI support to init and building associationsJason Rush2012-11-291-0/+15
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-10/+0
* Don't use assert_nothing_raised when assert_equal is usedGuillermo Iguaran2012-09-161-10/+6
* Rename ForbiddenAttributes exception to ForbiddenAttributesErrorGuillermo Iguaran2012-09-161-1/+1
* Add tests for ForbiddenAttributesProtection in ActiveRecordGuillermo Iguaran2012-09-161-0/+63