Sourced from activesupport's releases.
7.0.7
Active Support
Fix
Cache::NullStore
with local caching for repeated reads.fatkodima
Fix
to_s
with no arguments not respecting custom:default
formatsHartley McGuire
Fix
ActiveSupport::Inflector.humanize(nil)
raisingNoMethodError: undefined method `end_with?' for nil:NilClass
.James Robinson
Fix
Enumerable#sum
forEnumerator#lazy
.fatkodima, Matthew Draper, Jonathan Hefner
Improve error message when EventedFileUpdateChecker is used without a compatible version of the Listen gem
Hartley McGuire
Active Model
Error.full_message now strips ":base" from the message.
zzak
Add a load hook for
ActiveModel::Model
(namedactive_model
) to match the load hook forActiveRecord::Base
and allow for overriding aspects of theActiveModel::Model
class.Active Record
Restores functionality to the missing method when using enums and fixes.
paulreece
Fix
StatementCache::Substitute
with serialized type.ywenc
Fix
:db_runtime
on notification payload when application have multiple databases.
... (truncated)
Sourced from activesupport's changelog.
Rails 7.0.7 (August 09, 2023)
Fix
Cache::NullStore
with local caching for repeated reads.fatkodima
Fix
to_s
with no arguments not respecting custom:default
formatsHartley McGuire
Fix
ActiveSupport::Inflector.humanize(nil)
raisingNoMethodError: undefined method `end_with?' for nil:NilClass
.James Robinson
Fix
Enumerable#sum
forEnumerator#lazy
.fatkodima, Matthew Draper, Jonathan Hefner
Improve error message when EventedFileUpdateChecker is used without a compatible version of the Listen gem
Hartley McGuire
522c86f
Preparing for 7.0.7 release5610cba
Sync CHANGELOG with the changes in the repository7e9ffc2
Fix to_s not using :default format with no argsa8e88e2
Fix Cache::NullStore
with local caching for repeated
readsb18b9df
Merge pull request #48800
from robinjam/fix-humanize-nilb12fe80
Fix Enumerable#sum
for Enumerator#lazy
e3f80f6
Add lower bound to Listen gem requiremente3f9ef6
Improve error message for missing listen gem597e4bb
Merge pull request #48693
from zzak/bigdecimal-to_s92636da
Warm-up to avoid autoloads interfering with class serial