2024/10/13分のコミットです。
CHANGELOGへの追加はありませんでした。
Clarify inverse_of
as a concept in CHANGELOG
activerecord/CHANGELOG.md
の修正です。
フォーマットの修正を行っています。
Merge pull request #53208 from wakairo/unify_migration_file_name_formats_in_getting_started
rails guideのGetting Started with Rails
の修正です。
Generating a Model
セクションにあるmigationファイルについて説明している箇所で、ファイル名は実行時間に依存するという事がわかるよう記載を修正しています。
Fix unintended guide chapter scrolling when visit by turbo [skip ci]
guides/assets/javascripts/guides.js
の修正です。
guideにturbo経由でアクセスした場合に、予期せぬスクロールが実行されてしまっていたのを修正しています。
Merge pull request #53268 from kamipo/fix_current_timestamp_test_failure
activerecord/test/cases/date_time_test.rb
、activerecord/test/config.example.yml
の修正です。
CURRENT_TIMESTAMP
に関するテストが、time_zoneがUTC以外の場合にfailするようになっていたので、time_zoneにUTCで明示的に指定するよう修正、及び、time_zoneが設定されていないとhigh_precision_current_timestamp
がfailする事を確認するテストを追加しています。