• K
    Make collection caching explicit. · b4558c10
    Kasper Timm Hansen 提交于
    Having collection caching that wraps templates and automatically tries
    to infer if they are cachable proved to be too much of a hassle.
    
    We'd rather have it be something you explicitly turn on.
    
    This removes much of the code and docs to explain the previous automatic
    behavior.
    
    This change also removes scoped cache keys and passing cache_options.
    b4558c10
template.rb 13.2 KB