Closed christiannelson closed 7 years ago
Same error here. It looks like that means you've got config.serve_static_assets = false
, which according to https://github.com/ericallam/font_assets#important means this gem isn't for you. (Or me.)
Ah, that makes sense. I saw the error when I ran in production mode locally, which was missing the env var flag for enabling static assets serving. All good.
Something font_assets is depending on in the middleware chain has changed in Rails 5.0.x.