Skip to content

Instantly share code, notes, and snippets.

@ksykulev
Created October 25, 2018 16:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksykulev/594420854716cc726c491e097378ffbd to your computer and use it in GitHub Desktop.
Save ksykulev/594420854716cc726c491e097378ffbd to your computer and use it in GitHub Desktop.
get template tree digest for fragment cache key (rails 5)
#https://api.rubyonrails.org/classes/ActionView/Helpers/CacheHelper.html#method-i-cache
ActionView::Digestor.digest(name: 'blog/show', finder: ActionController::Base.new.lookup_context)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment