なるようになるブログ

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

rails commit log流し読み(2020/07/07)

2020/07/07分のコミットです。

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


Created a section for ActionCable client side logger

rails guideのAction Cable Overviewの修正です。

clientのloggingについて説明している箇所を、Client side loggingセクションに切り出しています。


Added an example of logging

actioncable/app/javascript/action_cable/logger.jsのdocの修正です。

clientのloggingの設定方法についてdocに説明を追加しています。


Add link to forum

guides/source/layout.html.erbの修正です。

rails guideにForum(https://discuss.rubyonrails.org/ )へのリンクを追加しています。


Merge pull request #39782 from milesmcc/master

rails guideのtableがモバイルで正しく表示されなくなってしまっていたのを修正しています。


fix misleading section on associations guide

rails guideのActive Record Associationsの修正です。

Controlling Cachingの項にある、recordをロードするexampleコードでloadメソッドを明示的に呼び出すよう修正しています。

元々はinspectで全てのrecordがロードされていたのでloadメソッドが無くても良かったのですが、Load only needed records on ActiveRecord::Relation#inspectinspectで必要なrecordのみロードされるようになった為。


Type cast extra select for eager loading

activerecord/lib/active_record/associations/join_dependency.rbactiverecord/lib/active_record/associations/join_dependency/join_part.rbの修正です。

eager load + selectでDBのカラムを指定した場合も、type castした結果が変えるよう修正しています。


Fix typo s/create_at/created_at/ [ci skip]

activerecord/CHANGELOG.mdの修正です。

created_atcreate_atにタイポしていたのを修正しています。


Fix noun-verb agreement in docs [ci skip]

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

Breaking up very large route file into multiple small ones:の項のタイポの修正を行っています。


Fix missing article in Active Support docs [ci skip]

rails guideのActive Support Core Extensionsの修正です。

deep_dupの項のタイポの修正を行っています。


Edit routing docs [ci skip]

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

Request-Based Constraintsの項のグラマーの修正を行っています。