なるようになるブログ

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

rails commit log流し読み(2022/02/21)

2022/02/21分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

actionpack/CHANGELOG.md


Fix a typo in Pathname#blank? documentation [ci-skip]

activesupport/lib/active_support/core_ext/pathname/blank.rbのdocの修正です。

Pathname#blank?のdocのexampleコード内のタイポを修正しています。


Fixed typo: HTML 5 -> HTML5

docの修正です。

HTML 5HTML5に修正しています。


Copy over the IsolatedExecutionState in AC::Live

actionpack/lib/action_controller/metal/live.rbactivesupport/lib/active_support/isolated_execution_state.rbの修正です。

Rails 7.0で、ActionContoller::Live を使用しているcontrollerでCurrentAttributes等のglobal stateの値が参照出来ないバグがあったのを修正しています。


Be explicit every time we invoke 'rails'

railtiesの修正です。

Railsのテストでrailsコマンドを実行する際に、グローバルのrailsコマンドを実行している箇所があったのを、リポジトリに含まれているrailsコマンドを実行するよう修正しています。