Published onOctober 6, 2021Rails 7 adds SSL support for postgresql in bin/rails dbconsolerailsRails 7 added PGSSLMODE, PGSSLCERT, PGSSLKEY, and PGSSLROOTCERT to DBConsole class to load SSL-related environment variables from database config when running bin/rails dbconsole with postgresql.
Published onJune 8, 2021Rails 7 ensures has_one autosave association callbacks get called oncerailsIn Rails 7, the autosave association callbacks for the has_one are non-cyclic.