aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/man.rb
Commit message (Expand)AuthorAgeFilesLines
* Make `reflection.klass` raise if `polymorphic?` not to be misusedRyuta Kamizono2018-02-191-0/+3
* 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-7/+7
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-5/+5
* Address ORA-00972: identifier is too long when tested with OracleYasuo Honda2014-07-141-1/+1
* use name specified by 'as' for automatic inverse association to avoid reflect...Andrew S. Brown2014-06-101-0/+1
* Fixing multi-word automatic inverse detection.wangjohn2013-08-151-0/+1
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-1/+1
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-1/+1
* Add inverse polymorphic association support. [#3520 state:resolved]George Ogata2009-12-281-0/+2
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-0/+7