diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-21 01:49:01 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-21 01:49:01 +0000 |
commit | f6379bfe154087bf93e1546bb7626941c77e9da7 (patch) | |
tree | e70f0ea717b4c3544fa4d288d809b199a31d313f /activerecord/CHANGELOG | |
parent | 15b38efde8d997382da4b5e04cb9e7aaafb0fe57 (diff) | |
download | rails-f6379bfe154087bf93e1546bb7626941c77e9da7.tar.gz rails-f6379bfe154087bf93e1546bb7626941c77e9da7.tar.bz2 rails-f6379bfe154087bf93e1546bb7626941c77e9da7.zip |
Eager belongs_to :include infers the foreign key from the association name rather than the class name. Closes #10517.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8456 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 fb90d76f44..450f3821e8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Eager belongs_to :include infers the foreign key from the association name rather than the class name. #10517 [Jonathan Viney] + * SQLite: fix rename_ and remove_column for columns with unique indexes. #10576 [Brandon Keepers] * Ruby 1.9 compatibility. [Jeremy Kemper] |