2023/11/24分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Link to api.rubyonrails.org instead of edgeapi [ci-skip]
rails guideのAction Mailbox Basics
の修正です。
API docへのリンク先がedgeapi.rubyonrails.orgになっている箇所があったのをapi.rubyonrails.orgに修正しています。
activerecord/test/cases/adapters/abstract_mysql_adapter/warnings_test.rb
の修正です。
SQLのwarningに関するテストが不安定になっていたのを修正しています。
Prevent autolink to method's own class [ci-skip]
activestorage/app/models/active_storage/preview.rb
のdocの修正です。
メソッドのdocからメソッドが定義されているクラスへのリンクを行わないよう修正しています。
rails guideのConfiguring Rails Applications
の修正です。
config.active_storage.service_urls_expire_in
の設定が影響あるメソッドの一覧について説明している箇所で、メソッド名がAPI docへのリンクになるよう修正しています。
Include Preview#url in service_urls_expire_in list [ci-skip]
rails guideのConfiguring Rails Applications
の修正です。
config.active_storage.service_urls_expire_in
の設定が影響あるメソッドの一覧にActiveStorage::Preview#url
を追加しています。
activesupport/lib/active_support/testing/assertions.rb
のdocの修正です。
assert_no_changes
のdoc内のフォーマットを修正しています。
Make with_routing test helper work for integration tests
Action Packの修正です。
ActionController::TestCase
でしか動作しなかったwith_routing
test helperを、ActionDispatch::IntegrationTest
でも動作するよう修正しています。