From 15175fdad7e2203e3d20b197f7b9aeb14c29d4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 19 Aug 2016 01:08:09 -0300 Subject: Add chengelog entry to #25976 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Rafael Mendonça França + Robin Dupret] --- activerecord/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 0fd22ed614..fa57c1a005 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,10 @@ +* Avoid loading records from database when they are already loaded using + the `pluck` method on a collection. + + Fixes #25921. + + *Ryuta Kamizono* + * Remove text default treated as an empty string in non-strict mode for consistency with other types. -- cgit v1.2.3