From d8fbfee81e8923e2fec79da880eef263dcf16e91 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 7 Sep 2012 11:05:58 -0300 Subject: Add Changelog entry for #4976: fix eager load associations without pks [ci skip] --- activerecord/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG.md') 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. -- cgit v1.2.3