aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-03 14:26:34 +0100
committerXavier Noria <fxn@hashref.com>2011-12-03 14:26:34 +0100
commitde24ed9f2d582096fcc5b83984f187c2a094e83a (patch)
tree80c5b1ab5dccbd10b73e4474181c85704b014c47 /activerecord/CHANGELOG.md
parenta02691ce09c327e307a02f757c89d3cbd4d5ee56 (diff)
downloadrails-de24ed9f2d582096fcc5b83984f187c2a094e83a.tar.gz
rails-de24ed9f2d582096fcc5b83984f187c2a094e83a.tar.bz2
rails-de24ed9f2d582096fcc5b83984f187c2a094e83a.zip
removes the convenience instance version of AR::Base.silence_auto_explain
Rationale: As discussed with José and Jon, this convenience shortcut is not clearly justified and it could let the user thing the disabled EXPLAINs are related to the model instance rather than being globally disabled.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f483fdd844..888bc43ec9 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,7 +1,7 @@
## Rails 3.2.0 (unreleased) ##
-* Implements `silence_auto_explain`. This method allows the user to selectively disable
- automatic EXPLAINs within a block. *fxn*
+* Implements `AR::Base.silence_auto_explain`. This method allows the user to
+ selectively disable automatic EXPLAINs within a block. *fxn*
* Implements automatic EXPLAIN logging for slow queries.