-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find template for digesting #365
Comments
Got this warning too in my log files, but I found a solution / the reason for this. Update: I only get this warnings while using "json.cache!" syntax. |
how are you providing full path exactly? |
Stumbled on this issue after debugging and resolving the issue myself within a namespaced api backend as well. Rails is rendering it properly even though its being logged. Oddly enough, I still see the error in the logs even if I comment out the guilty line within the Providing the fully-qualified relative path within the views directory, the error messaging goes away: on |
I am getting an warning/error message - "Couldn't find template for digesting" for my partials while using
json.cache!
in 2.6.0, but everything works for me.I am having a hard time finding an explanation online. Can anyone help me out here?
The text was updated successfully, but these errors were encountered: