aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/forbidden_attributes_protection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated protected params definitionsRyuta Kamizono2019-02-241-37/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-29/+29
* Fix more test failures caused by #21000Sean Griffin2015-11-231-1/+5
* Update and fix forbidden attributes testsThomas Walpole2015-11-031-2/+64
* 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