You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after upgrading rails from 4.2.4 to 4.2.5.1, the sprocket gem also got updated from 3.4.0 to 3.5.2. And my application broke while rendering .hamlbars file from assets.
The backtrace from app ends at this line from sprocket when the text/x-handlebars mime type is not found.
Below are the MIME types I found using puts from sprockets at that line and it doesn't have "text/x-handlebars" in the list.
Hi, after upgrading rails from 4.2.4 to 4.2.5.1, the sprocket gem also got updated from 3.4.0 to 3.5.2. And my application broke while rendering .hamlbars file from assets.
The backtrace from app ends at this line from sprocket when the
text/x-handlebars
mime type is not found.Below are the MIME types I found using
puts
from sprockets at that line and it doesn't have"text/x-handlebars"
in the list.I am not sure if this is handlebars_assets or sprocket issue.
The text was updated successfully, but these errors were encountered: