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
Fix missing 404/500 error pages for errors served by Puma.
If the Puma web-app served default 404/500 errors, the response body was
blank, since the error pages had gotten removed in
fc684f5
This brings the error pages back and integrates them into the build
process for keeping the "public" directory out-of-source (for making the
asset building easier).
0 commit comments