aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-13 16:10:35 +0530
committerVishal Telangre <the@vishaltelangre.com>2019-05-13 16:10:41 +0530
commit0e3b08ee702a1f3ef6612dce3238dc91a1405c87 (patch)
tree3e339bd1387dd02ad4b6f9ce342ec1573e04b3e6 /guides/source/configuring.md
parent5daf3ae587dce9c7ec9397b4387f692b54535d27 (diff)
downloadrails-0e3b08ee702a1f3ef6612dce3238dc91a1405c87.tar.gz
rails-0e3b08ee702a1f3ef6612dce3238dc91a1405c87.tar.bz2
rails-0e3b08ee702a1f3ef6612dce3238dc91a1405c87.zip
[skip ci] The default value of config.active_record.collection_cache_versioning without loading Railtie is false
Please check https://github.com/rails/rails/pull/36260#discussion_r283266942 for reference. [Vishal Telangre, bogdanvlviv]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index e14da01538..407695ef8a 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -387,7 +387,7 @@ All these configuration options are delegated to the `I18n` library.
to be reused when the object being cached of type `ActiveRecord::Relation`
changes by moving the volatile information (max updated at and count) of
the relation's cache key into the cache version to support recycling cache key.
- Defaults to `true`.
+ Defaults to `false`.
The MySQL adapter adds one additional configuration option: