なるようになるブログ

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

rails commit log流し読み(2023/08/11)

2023/08/11分のコミットです。

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


Fix code blocks using + instead of

docの修正です。

途中スペースが入る説明に+を使用していたのを<tt>を使用するようまとめて修正しています。+だとコードブロックとして正しく表示されない為。


This removes the writer method for table_alias from Arel::Table. Since arel_table is a private API of the framework, no one should be modifying it.

activerecord/lib/arel/table.rbの修正です。

Arel::Tabletable_alias attributeに対してreader/writer両方定義していたのを、readerだけ定義するよう修正しています。値を設定後に変更する事は通常無い為。


Reference correct method from 'deliver_now' example code

rails guideのAction Mailer Basicsの修正です。

Calling the Mailerの項のタイポを修正しています。