]> git.openstreetmap.org Git - rails.git/commit
Monkey patch ActionCachePath to fix a bug
authorTom Hughes <tom@compton.nu>
Sat, 14 Jan 2012 13:26:01 +0000 (13:26 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 14 Jan 2012 13:26:01 +0000 (13:26 +0000)
commit1cc57c620f28344452e8171a3f9f7b64d2036ad0
treeba6a415cfe76d6ab4b150978940e581141babdbb
parentb83af6ef2c965dc619a19ace24a5d2275ad89958
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.
config/initializers/action_cache_path.rb [new file with mode: 0644]