This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 579
could not find a template engine for plush error #1757
Comments
Looks like render/auto.go wasn't updated to match: https://github.com/gobuffalo/buffalo/blob/master/render/auto.go#L115 |
The render now complains of |
This is already fix in |
Looks like the render error is still present in |
We're trying to release 8 today. you can use |
thank you! |
markbates
changed the title
Change to plush.html not reflected in use of r.Auto()
could not find a template engine for plush error
Aug 9, 2019
looks like |
markbates
added a commit
that referenced
this issue
Aug 9, 2019
markbates
added a commit
that referenced
this issue
Aug 9, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The change to
.plush.html
extension breaks use ofr.Auto()
in resource handlers (they still look for.html
).Steps to Reproduce the Problem
Using a standard resource handler (example below),
r.Auto()
causes an error, as it looks forindex.html
notindex.plush.html
.Expected Behavior
r.Auto()
would search forindex.plush.html
Actual Behavior
500 Error due to missing index.html
Info
The text was updated successfully, but these errors were encountered: