aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/visitor.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Ruby warnings tickled by the test suiteutilum2018-06-301-1/+2
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-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
* automatically include ActiveModel::Validations when include ActiveModel::Secu...Aditya Kapoor2014-07-031-1/+0
* Remove MassAssignmentSecurity from ActiveModelGuillermo Iguaran2012-09-161-2/+1
* Updated tests for has_secure_password.Erich Menge2012-05-081-2/+5
* Override attributes_protected_by_default when has_secure_password is called.Tsutomu Kuroda2011-02-091-0/+9