なるようになるブログ

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

rails commit log流し読み(2018/08/03)

2018/08/03分のコミットです。

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


Remove another unused require

activestorage/lib/active_storage/service/gcs_service.rbの修正です。

使用していないnet/httpのrequireを削除しています。


retrieve_connection_pool return a pool, not a connection

activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rbの修正です。

retrieve_connection_poolの戻り値を格納する変数の変数名がconnになっていたのをpoolに修正しています。retrieve_connection_poolの戻り値はconnectionでは無いため。


[ci skip] Update adding member routes guide to fix inconsistency with the implementation. Closes #33518

rails guideのRails Routing from the Outside Inの修正です。

Adding Member Routesの項にあるexmapleコードで生成されるURLヘルパー名に誤りがあったのを修正しています。