なるようになるブログ

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

rails commit log流し読み(2021/10/20)

2021/10/20分のコミットです。

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


Validate encrypted message formats

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

Active Record encryptionで初期化処理時に指定されたmessageのフォーマットが適切かどうかチェックするよう修正しています。


Address Selenium [DEPRECATION] [:browser_options] :options as a parameter for driver initialization is deprecated.

actionpack/lib/action_dispatch/system_testing/driver.rbの修正です。

system testのdriverの設定を行う際に、deprecatedになっているbrowser_optionsoptions parameterを使用しないよう修正しています。


Depend on Zeitwerk 2.5

activesupport/activesupport.gemspecの修正です。

Zeitwerkを2.5.0に更新しています。


selenium-webdriver 4.0 is out now

railties/lib/rails/generators/rails/app/templates/Gemfile.ttの修正です。

selenium-webdriverのバージョン指定を>= 4.0.0.rc1から>= 4.0.0に修正しています。4.0.0がリリースされた為。