なるようになるブログ

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

rails commit log流し読み(2021/09/27)

2021/09/27分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

actioncable/CHANGELOG.md


Client ensures subscribe command is confirmed. (#41581)

Action Cableの修正です。

client側サーバからのレスポンスが受け取れていないsubscriptionsを管理するようにして、サーバ側で正しく処理出来なかった場合に再送するよう修正、及び、rece conditionによりsubscribe commandが正しく処理出来ないケースがあったのを修正しています。


More example in the docs about STI and autoloading

rails guideのAutoloading and Reloading Constantsの修正です。

STI + autoloadingについての挙動についての説明及びexampleコードを追加しています。


Fix codespell hiearchy ==> hierarchy error.

rails guideのAutoloading and Reloading Constantsの修正です。

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