diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-12-21 23:28:12 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-12-21 23:28:12 +0000 |
commit | 4cf8bf7312a124cb96e615923ebb373380fb60bd (patch) | |
tree | 6e52754eb2bfa9e94c2648239f18d7626cdd5309 /activerecord/CHANGELOG | |
parent | 8cb6cb58a29b422ab7d2f2917262e40ec340816d (diff) | |
download | rails-4cf8bf7312a124cb96e615923ebb373380fb60bd.tar.gz rails-4cf8bf7312a124cb96e615923ebb373380fb60bd.tar.bz2 rails-4cf8bf7312a124cb96e615923ebb373380fb60bd.zip |
Pushing a record on an association collection doesn't unnecessarily load all the associated records.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5769 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 357a88a6d4..c5c6925e24 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Pushing a record on an association collection doesn't unnecessarily load all the associated records. [Obie Fernandez, Jeremy Kemper] + * Oracle: fix connection reset failure. #6846 [leonlleslie] * Subclass instantiation doesn't try to explicitly require the corresponding subclass. #6840 [leei, Jeremy Kemper] |