aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/category.rb
Commit message (Expand)AuthorAgeFilesLines
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-091-2/+1
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-161-0/+3
* removed :piggyback in favor of just allowing :select on :through associationsTobias Lütke2005-12-201-1/+1
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-201-1/+1
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-161-0/+3
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-1/+11
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-031-0/+2
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-101-0/+3