2022/05/10分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix for multiple default_scope all_queries options
activerecord/lib/active_record/scoping/default.rb
の修正です。
default_scope
を複数指定 + all_queries
オプションを指定している場合に、query実行時にエラーになってしまうバグがあったのを修正しています。
Set ttl for redis and memcache cache stores when using expires_at
activesupport/lib/active_support/cache.rb
の修正です。
cache storeにexpires_at
オプションが指定された場合、RedisとMemcacheの場合はTTLが設定されるよう修正しています。