From 8c0c0838cf4675a13964fd944210d66e25014545 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Mon, 16 Jan 2012 21:35:21 +0000 Subject: Make it more explicit that the feature is deprecated, not removed. --- activerecord/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 7173f44df6..f7de341fbe 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -10,8 +10,10 @@ flawed idea unless we write an SQL parser, which we do not wish to do. - Therefore, you must explicitly state which tables you reference, - when using SQL snippets: + Therefore, it is now deprecated. + + To avoid deprecation warnings and for future compatibility, you must + explicitly state which tables you reference, when using SQL snippets: Post.includes(:comments) .where("comments.name = 'foo'") -- cgit v1.2.3