なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2024/05/20)

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を挙動が理解しやすいよう説明を修正しています。