Will be at https://twitch.tv/seejohnrun 4:00PM PST
On a previous stream we looked at encapsulating Action View template details (format, locale, and variant) in a nice class rails/rails#42210. That code is now being used for template lookups rails/rails#42945.
Today I'd like to use these template details to change how we do Action View's fragment digests.
Currently these fragments are calculated separately for each different set of details,