diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-09-07 11:05:58 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-09-07 11:12:06 -0300 |
commit | d8fbfee81e8923e2fec79da880eef263dcf16e91 (patch) | |
tree | e705919d9918801314e687414269689cc747cf57 /activerecord | |
parent | 89523397502431d0a8e99182fe5c7236884a495c (diff) | |
download | rails-d8fbfee81e8923e2fec79da880eef263dcf16e91.tar.gz rails-d8fbfee81e8923e2fec79da880eef263dcf16e91.tar.bz2 rails-d8fbfee81e8923e2fec79da880eef263dcf16e91.zip |
Add Changelog entry for #4976: fix eager load associations without pks [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c0c8096084..6854128781 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Fix eagerly loading associations without primary keys. Fixes #4976. *Kelley Reynolds* + * Rails now raise an exception when you're trying to run a migration that has an invalid file name. Only lower case letters, numbers, and '_' are allowed in migration's file name. Please see #7419 for more details. |