aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/face.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix comment for "broken" inverse_of associations [ci skip]Petrik2019-05-281-1/+1
* Make `reflection.klass` raise if `polymorphic?` not to be misusedRyuta Kamizono2018-02-191-0/+1
* Inverse instance should not be reloaded during autosave if called in validationAnmol Chopra2017-11-271-0/+4
* 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-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Typo fix [ci skip]amitkumarsuroliya2015-09-071-1/+1
* Address ORA-00972: identifier is too long when tested with OracleYasuo Honda2014-07-141-1/+2
* use name specified by 'as' for automatic inverse association to avoid reflect...Andrew S. Brown2014-06-101-0/+1
* Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...Murray Steele2009-12-281-1/+2
* Add inverse polymorphic association support. [#3520 state:resolved]George Ogata2009-12-281-0/+1
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-0/+5