aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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