なるようになるブログ

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

rails commit log流し読み(2023/03/27)

2023/03/27分のコミットです。

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


Fix config.after_routes_loaded heading level [ci-skip]

rails guideのConfiguring Rails Applicationsの修正です。

config.after_routes_loadedのheading levelを他のconfigと合わせるよう修正しています。


Merge pull request #47774 from zzak/fix-race-condition-in-evented-file-update-checker

activesupport/lib/active_support/evented_file_update_checker.rbの修正です。

evented file update checkerで使用するlistenerの初期化後、listenerが実際に使用出来る状態になるまでwaitするよう修正しています。


Update recommended Node.js dev deps guide

rails guideのInstalling Rails Core Development Dependenciesの修正です。

Node.jsのインストール手順でインストールされているNode.jsが大分古いバージョンになっていたのを更新、及び、yarnのインストールをするのにnpmを使用するよう修正しています。


Add a note about installing dev deps on debian linux

rails guideのInstalling Rails Core Development Dependenciesの修正です。

Debian Linuxでのdependenciesのインストール手順についての説明を追加しています。