aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/inverse_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* do not load all child records for inverse caseNeeraj Singh2013-06-211-0/+8
* fix bad test by making number that fits for integerNeeraj Singh2013-06-211-1/+5
* Revert "Merge pull request #10566 from neerajdotname/10509d"Jon Leighton2013-06-191-8/+0
* do not load all child records for inverse caseNeeraj Singh2013-06-191-0/+8
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-0/+82
* Merge pull request #9996 from mikz/masterJon Leighton2013-04-051-0/+16
|\
| * fix inverse_of association in block of new childMichal Cichra2013-04-011-0/+16
* | Updated the error message for +find+ on an inverse_of associationwangjohn2013-04-011-2/+0
* | Throwing a RecordNotFound exception when a record is scanned using thewangjohn2013-04-011-0/+18
|/
* Calling find() on an association with an inverse will now check to seewangjohn2013-03-191-0/+25
* Fix issue with collection associations and first(n)/last(n)Carlos Antonio da Silva2012-11-011-0/+13
* Use inversed parent for first and last child of has_many associationbrainopia2012-08-181-0/+6
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-9/+9
* 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