1
0
Fork 0
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:
Ryuta Kamizono 2019-05-13 20:13:49 +09:00 committed by GitHub
commit 9854efd5ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: