2021/12/18分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix dbconsole for 3-tier config.
railties/lib/rails/commands/dbconsole/dbconsole_command.rb
の修正です。
Databaseのconfigの設定が3層になっている、かつ、primary
の指定が無い場合にdbconsole
がDBへの接続が出来ないバグがあったのを修正しています。
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コードが、実際の実行結果と異なっていたのを修正しています。