aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/eye.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...Sean Griffin2016-11-011-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* has_one maintains the association with separate after_create/after_updateXavier Noria2010-10-221-0/+37