2024/05/20分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix exception raised from template should not show compiled code
activesupport/lib/active_support/core_ext/erb/util.rb
の修正です。
templateでexceptionがraiseされた場合に、templateファイルではなく、compiled methodがエラーメッセージに表示されてしまうバグがあったのを修正しています。
Merge pull request #51731 from Shopify/improve-rails-helpers-descriptions
railties/lib/rails/commands/console/irb_console.rb
の修正です。
Rails console helper methodのdescriptionを挙動が理解しやすいよう説明を修正しています。