n8 / multi_fetch_fragments

Multi-fetch Fragments makes rendering and caching a collection of template partials easier and faster.
http://ninjasandrobots.com/rails-faster-partial-rendering-and-caching
MIT License
539 stars 63 forks source link

Compatability fix with dalli_store #8

Closed soma closed 11 years ago

soma commented 11 years ago

Dalli (at least in 1.1.3) needs to access the keys for escaping. Keys from hashes are freezed which raised an exception.

Also added a minor test for actually running the cache partial code using a custom cache key.

n8 commented 11 years ago

Fixed in #7