aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix that counter_cache breaks with has_many :dependent => :nullify.Gabe da Silveira2009-08-091-3/+3
* Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-1/+1
* added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-061-3/+7
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-7/+5
* Test for eager loading of STI subclasses from htm associationsTarmo Tänav2008-08-161-0/+7
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-0/+2
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-5/+27
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-011-0/+30
* Fix issue where the :uniq option of a has_many :through association is ignore...Rick Olson2008-03-261-0/+8
* 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
* 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
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-031-15/+0
* 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-211-2/+2
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-1/+58
* Fix pathsJeremy Kemper2008-01-181-12/+12
* Move tests to casesJeremy Kemper2008-01-181-0/+559