From 0e3b08ee702a1f3ef6612dce3238dc91a1405c87 Mon Sep 17 00:00:00 2001 From: Vishal Telangre Date: Mon, 13 May 2019 16:10:35 +0530 Subject: [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] --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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: -- cgit v1.2.3