aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-0/+5
* Added tests for HABTM associations with counter_sqlTekin Suleyman2008-11-071-0/+23
* Make AssociationCollection start transactions in the correct database.Hongli Lai (Phusion)2008-09-231-0/+9
* Association#first and last should not load the association if not needed. [#1...Jan De Poorter2008-09-221-1/+1
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-111-0/+12
* Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...miloops2008-08-301-9/+25
* Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.Ernie Miller2008-08-281-0/+7
* um.. yeahJeremy Kemper2008-08-261-2/+2
* typoJeremy Kemper2008-08-261-2/+2
* fix tests relying on implicit orderingJeremy Kemper2008-08-251-4/+2
* Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multipl...Tarmo Tänav2008-08-221-1/+1
* Updated has_and_belongs_to_many association to fix :finder_sql interpolation....Nathan Witmer2008-08-161-0/+7
* Fixed AssociationCollection#<< resulting in unexpected values in @target when...Ernie Miller2008-08-081-0/+11
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* fix eager loading with dynamic findersBrandon Keepers2008-06-091-0/+6
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-0/+2
* Fixes a subtle bug when using symbols for key definitions in habtm associationsDavid Dollar2008-04-231-0/+29
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-0/+653