Rails 4.2: "Assets should not be requested directly without their digests"
- by Nowaker
On Rails 4.2.0.beta1 I get an error:
Assets should not be requested directly without their digests: Use the helpers in ActionView::Helpers to request fonts/source-sans-pro.woff
The stylesheet:
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'),…