2022/11/18分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
activesupport/lib/active_support/current_attributes.rb
の修正です。
ActiveSupport::CurrentAttributes.resets
に実行する処理のメソッド名を指定出来るよう修正しています。
class Current < ActiveSupport::CurrentAttributes resets { Time.zone = nil } resets :clear_time_zone end
Merge pull request #46505 from ytjmt/fix-testing-guide
rails guideのTesting Rails Applications
の修正です。
Fixtures in Action
の項にある、PostgreSQLのpermissionsに関する記事のリンク先が404になっていたのを修正しています。