You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -813,6 +813,9 @@ Listed below are all configuration options.
813
813
*`sync_retry_max_times` - when Dynamoid creates or deletes table synchronously it checks for completion specified times. Default is 60 (times). It's a bit over 2 minutes by default
814
814
*`sync_retry_wait_seconds` - time to wait between retries. Default is 2 (seconds)
815
815
*`convert_big_decimal` - if `true` then Dynamoid converts numbers stored in `Hash` in `raw` field to float. Default is `false`
816
+
*`store_attribute_with_nil_value` - if `true` Dynamoid keeps attribute
817
+
with `nil` value in a document. Otherwise Dynamoid removes it while saving
818
+
a document. Default is `nil` which equals behaviour with `false` value.
816
819
*`models_dir` - `dynamoid:create_tables` rake task loads DynamoDb models from this directory. Default is `./app/models`.
817
820
*`application_timezone` - Dynamoid converts all `datetime` fields to specified time zone when loads data from the storage.
818
821
Acceptable values - `:utc`, `:local` (to use system time zone) and time zone name e.g. `Eastern Time (US & Canada)`. Default is `utc`
0 commit comments