aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_many_through_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Nicer error message on has_many :through when :through reflection can not be ...David Heinemeier Hansson2006-03-181-1/+3
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-161-2/+2
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-1/+1
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-101-1/+1
* allow has_many :through to work with custom :foreign key (closes #3422) [Rick...David Heinemeier Hansson2006-01-211-2/+1
* Fix .count for has_many associations with multi-line finder-sql. Closes #3540 Michael Koziarski2006-01-211-1/+2
* removed :piggyback in favor of just allowing :select on :through associationsTobias Lütke2005-12-201-5/+1
* made .find() and class method delegation work on :through relationsTobias Lütke2005-12-201-2/+33
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-201-1/+9
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-161-1/+2
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-0/+2
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-111-1/+1
* Fix has_many :throughDavid Heinemeier Hansson2005-12-071-0/+1
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-0/+80