diff options
author | Xavier Noria <fxn@hashref.com> | 2013-02-25 01:37:04 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-02-25 01:37:04 -0800 |
commit | f80a6a5a39e2ec135bc0ddbdaec23979b84ef22d (patch) | |
tree | e942cbcfdbd1bee38f2bfd1e5a8351ec614b885f | |
parent | 45321a69b3c01ce8a4cfef6cdf13381d73e10cd3 (diff) | |
parent | 277784459f73a82581a3423d9a92477130729eb1 (diff) | |
download | rails-f80a6a5a39e2ec135bc0ddbdaec23979b84ef22d.tar.gz rails-f80a6a5a39e2ec135bc0ddbdaec23979b84ef22d.tar.bz2 rails-f80a6a5a39e2ec135bc0ddbdaec23979b84ef22d.zip |
Merge pull request #9411 from senny/add_auto_explain_removal_as_notable_change
update 4.0 release notes to reflect the removal of auto explain.
-rw-r--r-- | guides/source/4_0_release_notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md index 9c157ec0b3..463da488f2 100644 --- a/guides/source/4_0_release_notes.md +++ b/guides/source/4_0_release_notes.md @@ -200,6 +200,8 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/activ * Remove IdentityMap. +* Remove automatic execution of EXPLAIN queries. The option `active_record.auto_explain_threshold_in_seconds` is no longer used and should be removed. + * Adds `ActiveRecord::NullRelation` and `ActiveRecord::Relation#none` implementing the null object pattern for the Relation class. * Added `create_join_table` migration helper to create HABTM join tables. |