なるようになるブログ

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

rails commit log流し読み(2021/02/26)

2021/02/26分のコミットです。

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


Update SDOC to 2.0.4

Gemfileの修正です。sdocのバージョンを2.0.4に更新しています。


Fix a couple typos in Active Record changelog [ci skip]

activerecord/CHANGELOG.mdの修正です。

各エントリーのタイポを修正しています。


Remove extraneous comment from Action Cable overview guide [ci skip]

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

Subscriptionsのexampleコードから不要なコメントを削除しています。


Fix link to Upgrading guide from 7.0 Release Notes guide [ci skip]

rails guideのRuby on Rails 7.0 Release Notesの修正です。

Rails 7.0の Upgrading guideへのリンクが誤っていたのを修正しています。


[ci skip] Fix documentation of #attribute_for_inspect

activerecord/lib/active_record/attribute_methods.rbのdocの修正です。

attribute_for_inspectのdocにある使用されるformat及び実行結果が実際の内容と異なっていたのを修正しています。