なるようになるブログ

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

rails commit log流し読み(2016/09/08)

2016/09/08分のコミットです。

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


update doc about default cache_store [ci skip]

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

cache_storeのデフォルトについての説明で、tmp/cacheディレクトリが無い場合はmemory storeを使用する旨説明が記載されていたのですが、実際はディレクトリの有無に関わらずfile storeを使用するようになっていた為、その旨説明を修正しています。


Fix table name typos [ci skip]

rails guideのActive Record Query Interfaceの修正です。

joinsの項にあるSQLのexample内のテーブル名をタイポしていたのを修正しています。