なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2022/05/10)

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が設定されるよう修正しています。