podafColdFeet

(Internal) An asset caching strategy for your Bed Application

Mixins

ColdFeetConfigIds

IoC Config values for Cold Feet.

DigestStrategy

(Service) - Cold Feet's strategy for generating digests from a file.

UrlExclusions

(Service) - Contribute regular expressions to exclude URLs from being handled / altered by ColdFeet.

Classes

Adler32Digest

DigestStrategy that returns a (url-safe) Base64 encoded CRC calculated with the Adler32 algorithm.

AppVersionDigest

DigestStrategy that returns the application's version number in production, and a random string in development.

FixedValueDigest

DigestStrategy that returns a constant value - use during testing.