• K
    Merge multi_fetch_fragments. · e56c6354
    Kasper Timm Hansen 提交于
    Makes caching a collection of template partials faster using `read_multi`
    on the Rails cache store.
    
    Some caching implementations have optimized `read_multi` so we don't have
    to check in the cache store for every template.
    e56c6354
render_test.rb 25.5 KB