| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated push_with_attributes. | Jeremy Kemper | 2007-06-11 | 1 | -30/+17 |
* | Allow a polymorphic :source for has_many :through associations. Closes #7143... | Rick Olson | 2007-03-13 | 1 | -0/+12 |
* | forgot to add tests for #7044 | Rick Olson | 2007-03-13 | 1 | -0/+145 |
* | Fix has_many :through << with custom foreign keys. Closes #6466, #7153. | Jeremy Kemper | 2007-03-05 | 1 | -1/+6 |
* | 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 |