aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/inverse_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-39/+2
* Don't not remove double negativesJon Leighton2011-01-071-1/+1
* fixing merge errorsAaron Patterson2011-01-041-67/+0
* Remove undocumented feature from has_one where you could pass false as the se...Jon Leighton2011-01-031-7/+7
* removing unused variablesAaron Patterson2010-11-221-2/+0
* removing many unused variablesAaron Patterson2010-11-161-2/+2
* Removed warnings when a variable is shadowedŁukasz Strzałkowski2010-07-191-2/+2
* Use better assertion methods for testingNeeraj Singh2010-05-191-9/+9
* Fix pg testJeremy Kemper2009-12-281-1/+2
* Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...Murray Steele2009-12-281-2/+15
* Provide a slightly more robust we_can_set_the_inverse_on_this? method for pol...Murray Steele2009-12-281-1/+16
* Add inverse polymorphic association support. [#3520 state:resolved]George Ogata2009-12-281-19/+81
* Add more tests for the various ways we can assign objects to associations. [#...Murray Steele2009-12-281-11/+159
* Set inverse for #replace on a has_one association. [#3513 state:resolved]George Ogata2009-12-281-0/+15
* honour :inverse_of for joins based includeFrederick Cheung2009-05-101-0/+28
* honour inverse_of when preloading associationsFrederick Cheung2009-05-101-0/+33
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-0/+252