なるようになるブログ

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

rails commit log流し読み(2020/01/26)

2020/01/26分のコミットです。

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


Update Migration number to ensure consistency on the documentation [ci skip]

各guide内の、マイグレーションファイルのexampleコードのバージョンを6.0に修正しています。


Update result from var instance output [ci skip]

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

Inspecting Variablesの項のexampleコードの実行結果が実際の結果と異なっている箇所があったのを修正しています。


Add CacheStore connection pool docs to guide [ci skip]

rails guideのCaching with Rails: An Overviewの修正です。

cache storeでconnection poolを使う方法について説明したConnection Pool Optionsを追加しています。


Deletes the private method add_template_helper

actionpack/lib/abstract_controller/helpers.rbの修正です。

一箇所でしか使用されていないadd_template_helperメソッドを削除して、使用箇所で直接include処理を行うよう修正しています。