From 472be058e0bb8a64d0929218a7f20ea8d9aedf94 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Thu, 30 Dec 2021 15:42:58 +0900 Subject: [PATCH] Fix remove default value of `config.active_record.partial_inserts` in guide [skip ci] --- guides/source/configuring.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 22425318dd..5efe31b6bb 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -637,7 +637,7 @@ Is a boolean value which controls whether or not timestamping of `create` and `u #### `config.active_record.partial_inserts` -Is a boolean value and controls whether or not partial writes are used when creating new records (i.e. whether inserts only set attributes that are different from the default). The default value is `true`. +Is a boolean value and controls whether or not partial writes are used when creating new records (i.e. whether inserts only set attributes that are different from the default). #### `config.active_record.partial_updates` @@ -1864,6 +1864,7 @@ Accepts a string for the HTML tag used to wrap attachments. Defaults to `"action - `config.active_record.cache_versioning`: `false` - `config.active_record.has_many_inversing`: `false` - `config.active_record.legacy_connection_handling`: `true` +- `config.active_record.partial_inserts`: `true` - `config.active_support.use_authenticated_message_encryption`: `false` - `config.active_support.hash_digest_class`: `OpenSSL::Digest::MD5` - `config.active_support.key_generator_hash_digest_class`: `OpenSSL::Digest::SHA1`