From: Tom Hughes Date: Sat, 14 Jan 2012 13:26:01 +0000 (+0000) Subject: Monkey patch ActionCachePath to fix a bug X-Git-Tag: live~6955 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1cc57c620f28344452e8171a3f9f7b64d2036ad0?hp=1cc57c620f28344452e8171a3f9f7b64d2036ad0 Monkey patch ActionCachePath to fix a bug When infer_extension is not set ActionCachePath does not set the extension from any explicitly specified format, and hence expiry produces cache keys which don't have any extension and don't match the keys generated when the cache entry was created. ---