2021/12/03分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
- Remove deprecated
ActiveRecord::DatabaseConfigurations::DatabaseConfig#spec_name
. - Remove deprecated
ActiveRecord::Connection#in_clause_length
. - Remove deprecated
ActiveRecord::Connection#allowed_index_name_length
. - Remove deprecated
ActiveRecord::Base#remove_connection
.
rails guideのConfiguring Rails Applications
の修正です。
config.cache_classes
の項に、cacheが有効な場合、reloadingが行われ無い旨説明を追加していあす。
Fix name of method for returning connection class
activerecord/lib/active_record/core.rb
の修正です。
connection_classes
メソッドをconnection_class_for_self
にリネームしています。現在は、1つのクラスのconnectionのみになっており、元の名前だと挙動と一致しない為。
Squashed commit of the following:
Active Record、railtiesの修正です。
deprecatedになっていた、ActiveRecord::DatabaseConfigurations::DatabaseConfig#spec_name
、ActiveRecord::Connection#in_clause_length
、ActiveRecord::Connection#allowed_index_name_length
、ActiveRecord::Base#remove_connection
、及び、dbconsole
のconfig
メソッドを削除しています。
Distribute both ESM and CJS version
activestorage/package.json
の修正です。
Active StorageのnpmパッケージでESM版のコードをデフォルトのmoduleとして参照されるよう修正しています。
railties/lib/rails/generators/rails/app/app_generator.rb
の修正です。
rails new
のCSS processorを指定するオプション(--css
)のaliasとして-c
を追加しています。
Use latest versions for dependencies
railties/lib/rails/generators/app_base.rb
の修正です。
各JS、CSS用のライブラリ(jsbundling-rails、cssbundling-railsなど)の最新バージョンを使用するようバージョン指定を修正しています。