aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...Pratik Naik2008-03-281-1/+1
* Fix issue where the :uniq option of a has_many :through association is ignore...Rick Olson2008-03-261-0/+8
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-4/+5
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-1/+1
* Fixed that scoped joins would not always be respected (closes #6821) [Theory/...David Heinemeier Hansson2008-03-131-0/+8
* Ensure that ActiveRecord::Calculations disambiguates field names with the tab...Rick Olson2008-03-131-0/+8
* Improve performance by avoiding named block arguments. Closes #11109 [adymo]Michael Koziarski2008-02-291-0/+5
* Provide a post title for sqlite3Jeremy Kemper2008-02-281-2/+2
* Fix that batched :include would pull in duplicate records in some cases. Clos...Jeremy Kemper2008-02-281-0/+26
* Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]Jeremy Kemper2008-02-271-1/+7
* Remove dead code from hmt#delete. Closes #11236 [rubyruy]Jeremy Kemper2008-02-271-0/+2
* Move the eager load nested include tables into schema.rb and use delete_all i...Michael Koziarski2008-02-201-64/+38
* Remove disconnect! in test case, it causes segfaults on sqlite3 and completel...Michael Koziarski2008-02-201-6/+2
* Remove mysql option from a test that applies to all databases. References #11...Jeremy Kemper2008-02-191-5/+4
* Don't assume all records from nested include are of same class. Closes #11154...Jeremy Kemper2008-02-191-0/+114
* Ensure nested preloading works when associations return nil. Closes #11145 [...Michael Koziarski2008-02-181-0/+6
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-181-0/+6
* Fix the pre-quoted table names in the eager tests. [mislav]Michael Koziarski2008-02-111-2/+4
* Fix eager loading with pre-quoted table names. Closes #11046 [danielmorrison,...Michael Koziarski2008-02-111-0/+24
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-031-15/+0
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-311-1/+9
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-271-0/+15
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-217-15/+15
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-192-11/+93
* Fix pathsJeremy Kemper2008-01-182-17/+17
* Move tests to casesJeremy Kemper2008-01-187-0/+1542