1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix remove default value of config.active_record.partial_inserts in guide [skip ci]

This commit is contained in:
soartec-lab 2021-12-30 15:42:58 +09:00
parent a17629e393
commit 472be058e0

View file

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