Skip to content

Commit

Permalink
Merge pull request rails#44029 from soartec-lab/fix/doc-active_record…
Browse files Browse the repository at this point in the history
…-partial_inserts

Fix remove default value for `config.active_record.partial_inserts` [skip ci]
  • Loading branch information
jonathanhefner authored Dec 31, 2021
2 parents fb5e306 + 472be05 commit ad60a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guides/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit ad60a8b

Please sign in to comment.