なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2025/04/08)

2025/04/08分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

activerecord/CHANGELOG.md


Encryption: allow turning on support_unencrypted_data at a per-attribute level (#51100)

activerecord/lib/active_record/encryption/encrypted_attribute_type.rbの修正です。

Active Record Encryptionで暗号化されていないデータも扱えるようにするためのsupport_unencrypted_dataオプションについて、globalでfalseにしている場合に、attribute毎にtrueに設定を変更出来るよう修正しています。