Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PostgreSQL: use a subselect to correctly perform eager finds with :limit and ... | Jeremy Kemper | 2007-01-12 | 1 | -0/+10 |
* | Sybase adapter fixes. Closes #6926 [jsheets] | Michael Koziarski | 2007-01-05 | 1 | -1/+1 |
* | Oracle: resolve test failures, use prefetched primary key for inserts, check ... | Jeremy Kemper | 2006-11-01 | 1 | -3/+4 |
* | Fix has_many :through to add the appropriate conditions when going through an... | Rick Olson | 2006-10-15 | 2 | -1/+20 |
* | Restore eager condition interpolation, document it's differences [Rick] | Rick Olson | 2006-10-11 | 1 | -0/+7 |
* | Add #delete support to has_many :through associations. Closes #6049 [Martin ... | Rick Olson | 2006-10-09 | 1 | -0/+33 |
* | Removes the ability for eager loaded conditions to be interpolated, since the... | Rick Olson | 2006-10-09 | 1 | -1/+1 |
* | The has_many create method works with polymorphic associations. Closes #6361. | Jeremy Kemper | 2006-10-08 | 1 | -0/+7 |
* | organize associations tests | Jeremy Kemper | 2006-09-25 | 5 | -0/+1102 |