aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:res...Adam Milligan2009-03-071-0/+2
* Ensure belongs_to association with a counter cache in name spaced model works...Adam Cooper2009-03-061-0/+17
* Ensure replacing has_one associations respects the supplied :dependent option...Dimitri Krassovski2009-03-061-0/+18
* Ensure self referential HABTM associations raise an exception if association_...Tom Lea2009-03-061-0/+8
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-273-345/+0
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-034-25/+17
* Fix has_and_belongs_to_many_associations tests. #1738Pratik Naik2009-01-181-2/+2
* Cache columns for has_and_belongs_to_many associationslukeludwig2009-01-171-0/+11
* Make belongs_to :dependent => :destroy destroy self before associated object...Ben VandenBos2009-01-161-1/+2
* Fix HasManyAssociation#create ignoring the :primary_key option [#1633 state:r...Roman Shterenzon2008-12-271-0/+6
* Fix :include of has_one with :primary_key optionFrederick Cheung2008-12-261-0/+16
* Fix :include of has_many associations with :primary_key optionFrederick Cheung2008-12-261-0/+17
* Preload uses exclusive scope [#643 state:resolved]Frederick Cheung2008-12-261-0/+15
* Association preloading no longer stops if it hits a nil object [#1630 state:r...Pivotal Labs2008-12-261-0/+8
* Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...Frederick Cheung2008-12-211-0/+13
* Use explicit order to stop test failing randomlyFrederick Cheung2008-12-211-2/+2
* Fix has many through not quoting table names [#1163 state:resolved]Karthik Krishnan2008-12-201-0/+4
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-181-1/+16
* Ensure :include checks joins when determining if it can preload [#528 state:r...Frederick Cheung2008-12-181-0/+65
* Add missing model files so tests can run isolated [#1506 state:resolved]Emilio Tagua2008-12-181-0/+3
* Fix preloading of belongs_to with null foreign key generating useless query [...Frederick Cheung2008-12-181-1/+2
* Revert "Fix: counter_cache should decrement on deleting associated records."Jeremy Kemper2008-12-102-34/+0
* Fix: counter_cache should decrement on deleting associated records.Emilio Tagua2008-12-102-0/+34
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-012-0/+10
* Ensure hash conditions on referenced tables are considered when eager loading...Paul2008-11-261-2/+18
* Remove SQL Server cases from tests for latest adapter work to pass rails expe...Ken Collins2008-11-191-1/+1
* fix assignment to has_one :through associations.Matt Jones2008-11-151-1/+39
* Added tests for HABTM associations with counter_sqlTekin Suleyman2008-11-071-0/+23
* Skip collection ids reader optimization if using :finder_sqlJeremy Kemper2008-10-231-0/+7
* Ensure association proxy responds to private class methods defined in associa...Pratik Naik2008-10-161-2/+8
* Allow class methods to be sent (via #send) to association proxy (fix for bug ...Ian White2008-10-161-0/+4
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-133-0/+30
* Remove the functionality introduce in 28d3390Michael Koziarski2008-10-101-13/+0
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-101-1/+41
* Fix has_many :through when the source is a belongs_to association. [#323 stat...Zach Dennis2008-10-043-1/+26
* wrote a test showing eager loading's misbehavior (sanitizing against the wron...Will Bryant2008-09-291-0/+7
* Make AssociationCollection start transactions in the correct database.Hongli Lai (Phusion)2008-09-233-0/+27
* Association#first and last should not load the association if not needed. [#1...Jan De Poorter2008-09-222-1/+14
* applied patch to fix the associations with blocks in modules bug from an old ...Adeh DeSandies2008-09-201-0/+15
* When counting grouped records the target should be loaded to return a valid g...miloops2008-09-151-0/+2
* Support for updating a belongs to association from the foreign key (without s...Jon Leighton2008-09-131-0/+13
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-112-0/+17
* Fix tests that assumed implicit order by idJeremy Kemper2008-08-301-2/+2
* Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...miloops2008-08-303-16/+68
* Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.Ernie Miller2008-08-281-0/+7
* Implement count limit/offset support for has_many associationsTarmo Tänav2008-08-271-0/+6
* Alias included associations if needed when doing a countTarmo Tänav2008-08-271-0/+4
* Fix two has_one :through errorspivotal2008-08-271-0/+9
* Fix yet another implicit order dependant testTarmo Tänav2008-08-261-3/+3
* um.. yeahJeremy Kemper2008-08-261-2/+2