なるようになるブログ

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

rails commit log流し読み(2021/09/11)

2021/09/11分のコミットです。

CHANGELOGへの追加はありませんでした。


Use an if statement instead of a case statement

actionpack/lib/action_dispatch/http/url.rbの修正です。

1つかしかwhenが無いcaseをif / elseを使用するよう修正しています。caseはjump tableを作るので1つの場合if / elseの方が効率が良い為。


Add section "Why Encrypt Data at the Application Level" to the guide (#43202)

rails guideのActive Record Encryptionの修正です。

アプリケーションレベルでのEncryptが何故必要かを説明したWhy Encrypt Data at the Application Level?セクションを追加しています。