Active Support
-
Improve
number_to_delimitedperformance whendelimiter_patternis not specified.Shinichi Maeshima
-
Silence Dalli 4.0+ warning when using
ActiveSupport::Cache::MemCacheStore.zzak
-
Fix
ActiveSupport::Inflector.humanizewith international characters.ActiveSupport::Inflector.humanize("áÉÍÓÚ") # => "Áéíóú" ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"
Jose Luis Duran
Active Model
- No changes.
Active Record
-
Fix performance regression in
method_missingfor virtual SELECT alias
attributes.Fixes #57183.
Hammad Khan
-
Fix support for table names containing hyphens.
Evgeniy Demin
-
Improve PostgreSQLAdapter resilience to Timeout.timeout.
Better handle asynchronous exceptions being thrown inside
thereconnect!method.This may fixes some deep errors such as:
undefined method `key?' for nil:NilClass (NoMethodError) if !type_map.key?(oid)Jean Boussier
-
Fix
eager_loadwhen loadinghas_manyassocations with composite primary keys.This would result in some records being loaded multiple times.
Martin-Alexander
Action View
-
Fix strict locals parsing to handle multiline definitions.
Said Kaldybaev
Action Pack
-
Fix
ActionController::UnknownHttpMethodto return405 Method Not Allowed
instead of500 Internal Server Error.Nicolas Vandenbogaerde
Active Job
- No changes.
Action Mailer
- No changes.
Action Cable
- No changes.
Active Storage
- No changes.
Action Mailbox
- No changes.
Action Text
- No changes.
Railties
-
Fixed the default Dockerfile to properly include the
vendor/directory duringbundle install.Zhong Sheng
Guides
- No changes.