aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/inverse_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* find and replace deprecated keysJon Leighton2012-04-271-9/+9
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-9/+9
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-18/+18
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-4/+4
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-4/+4
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* 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