Skip to content

Commit

Permalink
[ci-skip][Docs]Add encryption.add_to_filter_parameters to configuring…
Browse files Browse the repository at this point in the history
….md (#49443)

* Add encryption.add_to_filter_parameters to configuring.md

encryption.add_to_filter_paramters has been merged by #46453.

(This PR is a second try of #49364 )

* Update entry for encryption.add_to_filter_parameters

Co-authored-by: Rafael Mendonça França <rafael@rubyonrails.org>
  • Loading branch information
hachi8833 and rafaelfranca committed Oct 2, 2023
1 parent af2b1da commit b10a2e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions guides/source/configuring.md
Expand Up @@ -1604,6 +1604,12 @@ whether a foreign key's name should be dumped to db/schema.rb or not. By
default, foreign key names starting with `fk_rails_` are not exported to the
database schema dump. Defaults to `/^fk_rails_[0-9a-f]{10}$/`.

#### `config.active_record.encryption.add_to_filter_parameters`

Enables automatic filtering of encrypted attributes on `inspect`.

The default value is `true`.

#### `config.active_record.encryption.hash_digest_class`

Sets the digest algorithm used by Active Record Encryption.
Expand Down

0 comments on commit b10a2e4

Please sign in to comment.