Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes the ability for eager loaded conditions to be interpolated, since the... | Rick Olson | 2006-10-09 | 1 | -2/+1 |
* | Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl... | Rick Olson | 2006-03-16 | 1 | -0/+3 |
* | removed :piggyback in favor of just allowing :select on :through associations | Tobias Lütke | 2005-12-20 | 1 | -1/+1 |
* | added :piggyback option to has_many :through relationships to pick up values ... | Tobias Lütke | 2005-12-20 | 1 | -1/+1 |
* | Fixed :through relations when using STI inherited classes would use the inher... | Tobias Lütke | 2005-12-16 | 1 | -0/+3 |
* | Added support for calling constrained class methods on has_many and has_and_b... | David Heinemeier Hansson | 2005-07-22 | 1 | -1/+11 |
* | Fixed that single-table inheritance sub-classes couldn't be used to limit the... | David Heinemeier Hansson | 2005-07-03 | 1 | -0/+2 |
* | Added support for has_and_belongs_to_many associations in eager loading #1064... | David Heinemeier Hansson | 2005-04-10 | 1 | -0/+3 |