なるようになるブログ

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

rails commit log流し読み(2021/12/18)

2021/12/18分のコミットです。

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


Fix dbconsole for 3-tier config.

railties/lib/rails/commands/dbconsole/dbconsole_command.rbの修正です。

Databaseのconfigの設定が3層になっている、かつ、primaryの指定が無い場合にdbconsoleがDBへの接続が出来ないバグがあったのを修正しています。


Use comma after etc.

rails guideのMultiple Databases with Active Recordの修正です。

Connecting to Databases without Managing Schema and Migrationsの項のグラマーの修正を行っています。


Improve security guide by avoiding single character block argument names

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

block argumentの変数名に1文字の変数を使用していたのを、より適切な名前を変数名に使用するよう修正しています。


Merge pull request #43927 from MaxNotarangelo/fix-typo-in-bit-string-example

rails guideのActive Record and PostgreSQLの修正です。

Bit String Typesの項にあるexampleコードが、実際の実行結果と異なっていたのを修正しています。