なるようになるブログ

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

rails commit log流し読み(2023/05/17)

2023/05/17分のコミットです。

CHANGELOGへの追加はありませんでした。


Update and fixup ShowExceptions documentation

actionpack/lib/action_dispatch/middleware/show_exceptions.rbのdocの修正です。

ShowExceptionsのdocに、Railsアプリケーションに独自のexception appを設定する方法についての説明を追加、及び、docのフォーマットの修正を行っています。


Specify nil key when passing defaults through I18n

actionview/lib/action_view/helpers/translation_helper.rbの修正です。

translateメソッドでI18n.translateメソッドを呼び出す際の引数の指定に誤りがあったのを修正しています。