2024/12/17分のコミットです。
CHANGELOGへの追加はありませんでした。
Remove redundant codes in section 16.4 of getting_started.md
rails guideのGetting Started with Rails
の修正です。
Extracting a Concern
セクション内のexampleコードから、重複していたassociationの定義を削除しています。
Fix ActionDispatch::Executor
to unwrap exceptions like other middlewares
actionpack/lib/action_dispatch/middleware/executor.rb
の修正です。
ActionDispatch::Executor
でerrorのreport処理を行う際に、ExceptionWrapper
を使用してunwrapしたexceptionをreportするよう修正しています。ShowExceptions
やDebugExceptions
でそのような処理を行っており、挙動を合わせる為。