aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorScott Barron <scott@elitists.net>2005-12-20 23:14:56 +0000
committerScott Barron <scott@elitists.net>2005-12-20 23:14:56 +0000
commitb05f0c8e491eaace3460cb058fbfce741e5f16a0 (patch)
tree94006819b7353d662916dc7e5703f976cb6ae149 /activerecord
parent88bb279df7d2f4c1b4c48be98fbbbae859b20847 (diff)
downloadrails-b05f0c8e491eaace3460cb058fbfce741e5f16a0.tar.gz
rails-b05f0c8e491eaace3460cb058fbfce741e5f16a0.tar.bz2
rails-b05f0c8e491eaace3460cb058fbfce741e5f16a0.zip
Oops, I killed Tobi's changelog entries.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3328 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index d5c7948009..e2de2f8762 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -2,6 +2,12 @@
* Fix change_column to work with PostgreSQL 7.x and 8.x. #3141 [wejn@box.cz, Rick Olson, Scott Barron]
+* removed :piggyback in favor of just allowing :select on :through associations. [Tobias Luetke]
+
+* made method missing delegation to class methods on relation target work on :through associations. [Tobias Luetke]
+
+* made .find() work on :through relations. [Tobias Luetke]
+
* Fix typo in association docs. #3296. [Blair Zajac]
* Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model [Tobias Luetke]