mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #36269 from vishaltelangre/fix-ar-config-default
[skip ci] The default value of config.active_record.collection_cache_versioning without loading Railtie is false
This commit is contained in:
commit
9854efd5ac
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
to be reused when the object being cached of type `ActiveRecord::Relation`
|
||||||
changes by moving the volatile information (max updated at and count) of
|
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.
|
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:
|
The MySQL adapter adds one additional configuration option:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue