aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/nested_has_many_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-121-2/+7
* Add test_has_many_through_has_one_through_with_has_many_source_reflectionJon Leighton2010-10-121-1/+18
* Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...Jon Leighton2010-10-121-2/+19
* Rename some tests for consistencyJon Leighton2010-10-121-3/+3
* Add test_has_many_through_has_one_throughJon Leighton2010-10-121-2/+14
* Support has_one through assocs as the source associationJon Leighton2010-10-121-3/+32
* A load of tests that need to be writtenJon Leighton2010-10-121-0/+63
* Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-5/+54
* A failing test for a nested has many through association loaded via Foo.joins...Jon Leighton2010-10-051-0/+6
* Add support for table aliasing, with a test that needs aliasing in order to w...Jon Leighton2010-10-021-0/+5
* Integrate nested support into ThroughAssociationScope, using my concept of ge...Jon Leighton2010-10-021-12/+12
* Started implementing nested :through associations by using the existing struc...Jon Leighton2010-10-011-13/+13
* Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-0/+43