aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fixing more test warnings in 1.9.3Aaron Patterson2011-04-301-1/+1
* Fix test_associate_existing in has_many_through_associations_test on mysql an...Jon Leighton2011-04-171-1/+1
* Added new #update_column method.Sebastian Martinez2011-03-271-2/+2
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-2/+2
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-2/+2
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-14/+302
|\
| * Allow building and then later saving has_many :through records, such that the...Jon Leighton2011-02-181-0/+18
| * Ensure that association_ids uses the correct attribute where the association ...Jon Leighton2011-02-181-0/+10
| * Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-0/+7
| * Correctly update counter caches on deletion for has_many :through [#2824 stat...Jon Leighton2011-02-071-2/+42
| * Support the :dependent option on has_many :through associations. For historic...Jon Leighton2011-02-071-0/+100
| * Make record.association.destroy(*records) on habtm and hm:t only delete recor...Jon Leighton2011-02-071-4/+8
| * Has many through - It is not necessary to manually merge in the conditions ha...Jon Leighton2011-01-301-1/+11
| * include_in_memory? should check against @target list in case of new records. ...Aaron Patterson2011-01-121-0/+7
| * If a has_many goes :through a belongs_to, and the foreign key of the belongs_...Jon Leighton2010-12-231-0/+16
| * Test to verify that #2189 (count with has_many :through and a named_scope) is...Jon Leighton2010-12-231-0/+5
| * Revert "Optimize <association>_ids for hm:t with belongs_to source". The opti...Jon Leighton2010-12-231-6/+2
| * Test demonstrating problem with foo.association_ids where it's a has_many :th...Jon Leighton2010-12-231-0/+4
| * When a has_many association is not :uniq, appending the same record multiple ...Jon Leighton2010-12-231-0/+10
| * Fix behaviour of foo.has_many_through_association.select('custom select') [#6...Michał Łomnicki2010-12-231-0/+5
| * Fix creation of has_many through records with custom primary_key option on be...Szymon Nowak2010-12-231-1/+29
| * Fix for default_scope tests to ensure comparing of equally sorted listsRaimonds Simanovskis2010-12-231-1/+1
| * Fix problem where wrong keys are used in JoinAssociation when an association ...Jon Leighton2010-12-201-0/+7
| * Fix problem with duplicated records when a :uniq :through association is prel...Jon Leighton2010-12-151-1/+7
| * Verify that creating a has_many through record where there is a default_scope...Jon Leighton2010-12-161-0/+7
| * Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-161-0/+4
| * Fix hm:t to self table aliasing in construct_scopeErnie Miller2010-12-161-1/+1
| * add test which fails for has_many through self join [#4361 state:open]Joe Hannon2010-12-161-0/+7
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-271-1/+0
|\|
| * removing unused variablesAaron Patterson2010-11-221-1/+0
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-171-0/+7
|\|
| * Fix bug where size of through association is not correct after adding a has_m...Jason Cheow2010-11-141-0/+7
* | Fix naughty trailing whitespaceJon Leighton2010-10-311-5/+5
* | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-191-3/+9
* | Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-191-1/+18
|/
* AssociationCollection#include? working properly for objects added with build ...Marcelo Giorgi2010-09-301-0/+14
* Set attributes properly for model built from association with conditions [#55...Marcelo Giorgi2010-09-281-0/+14
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Tidy up previous commit.José Valim2010-08-021-1/+1
* test and fix collection_singular_ids= with string primary keys [#5125 state:r...Robert Pankowecki2010-08-021-1/+39
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-2/+2
* Hack to keep column metadata queries out of test query countsJeremy Kemper2010-03-151-3/+7
* Add new finder methods to association collection.Pratik Naik2009-12-271-4/+4
* Insert generated association members in the same order they are specified whe...Gabe da Silveira2009-11-171-0/+22
* Add tests for hm:t#push failuresPratik Naik2009-08-111-0/+18
* Rewrite hm:t#create tests using assert_no_difference and assert_differencePratik Naik2009-08-101-12/+8
* has_many :through create should not raise validation errorsrailsbob2009-08-091-1/+28
* Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-0/+12
* Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]railsbob2009-08-091-0/+5