2024/01/15分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Re-word #49856 CHANGELOG entry
actionview/CHANGELOG.mdの修正です。
ActionView::TestCase::Behavior::ContentをActionView::TestCase::Behavior::RenderedViewContentにリネームした、Rename ActionView::TestCase::Behavior::{Content,RenderedViewContent}の対応のエントリーの説明を修正しています。
railties/lib/rails/generators/rails/app/templates/bin/setup.ttの修正です。
deperecatedになっているyarn checkを使用しないよう修正しています。
Fix IPAddr prefix information missing when write to cache in msgpack serializer
activesupport/lib/active_support/message_pack/extensions.rbの修正です。
ActiveSupport::MessagePack serializerを使用してIPAddrのインスタンスをserializeする際に、IPAddr#prefixを保持するよう修正しています。
Make schema_dump, query_cache, replica and database_tasks configurable via DATABASE_URL
activerecord/lib/active_record/database_configurations/url_config.rbの修正です。
schema_dump, query_cache, replica及びdatabase_tasksの設定を、DATABASE_URL経由で指定出来るよう修正しています。