• S
    Remove ActionView::Helpers::CacheHelper#fragment_cache_key · 1a404abc
    Sam Stephenson 提交于
    Introduced in e56c6354, `CacheHelper#fragment_cache_key` is a duplicate of `ActionController::Caching::Fragments#fragment_cache_key`.
    
    We now require the view to provide this method on its own (as with `view_cache_dependencies`); `ActionController::Caching::Fragments` exports its version as a `helper_method`.
    1a404abc
render_test.rb 27.5 KB