aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/contract.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `pluck` and `select` with custom attributesRyuta Kamizono2019-02-131-1/+7
* Fix regression setting children record in parent before_save callback.Guo Xiang Tan2018-09-031-0/+4
* Add test case for `collection_singular_ids` with symbol primary keysRyuta Kamizono2018-01-011-1/+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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* adding a test to demonstrate how to use STI subclasses on the far rightAaron Patterson2013-09-271-0/+1
* Tests for issue #1360Farley Knight2011-05-311-0/+15
* Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-161-1/+1
* has_many :through create should not raise validation errorsrailsbob2009-08-091-0/+4