aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-1/+1
* Make record.association.destroy(*records) on habtm and hm:t only delete recor...Jon Leighton2011-02-071-8/+22
* adjust query counts to be consistent across databases, make sure database log...Aaron Patterson2011-02-041-3/+6
* column cache now lives on the connection poolAaron Patterson2011-02-041-2/+2
* almost fistedAaron Patterson2011-02-041-2/+2
* Fixing ordering of HABTM association deletion [#6191 state:resolved]Edward Faulkner2011-02-041-1/+1
* Removed support for accessing attributes on a has_and_belongs_to_many join ta...Jon Leighton2011-01-161-83/+0
* fisting a bunch of unused variable warningsAaron Patterson2010-11-151-4/+2
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-13/+13
* AssociationCollection#include? working properly for objects added with build ...Marcelo Giorgi2010-09-301-0/+6
* Set attributes properly for model built from association with conditions [#55...Marcelo Giorgi2010-09-281-0/+10
* remove join table rows before removing owner row for habtm associations, fixe...Hemant Kumar2010-09-211-1/+1
* Change relation merging to always append select, group and order valuesPratik Naik2010-08-311-21/+5
* updated test_should_record_timestamp_for_join_table for OracleRaimonds Simanovskis2010-08-221-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-021-2/+7
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-6/+0
* Timestamp columns of HABTM join table should record timestampsNeeraj Singh2010-07-211-1/+34
* Ensure that primary_keys of HABTM records is not double quotedNeeraj Singh2010-07-201-0/+18
* Fixed gruoped_by_title spelling [#5063 state:committed]Ben Somers2010-07-081-2/+2
* Remove find_with_associations and related code from associations now that Rel...Pratik Naik2010-01-201-15/+0
* Merge commit 'rails/master'Emilio Tagua2009-08-081-2/+4
|\
| * added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-061-2/+4
* | More work on removing plain SQL from associations and use ARel instead.Emilio Tagua2009-08-071-4/+4
|/
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-0/+7
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-5/+0
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-0/+5
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]Luca Guidi2009-03-121-0/+27
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Ensure self referential HABTM associations raise an exception if association_...Tom Lea2009-03-061-0/+8
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-6/+4
* 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
* 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