We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following controller results in an "empty response" in live mode -- no status code, no nothin.
class SomeController < Ramaze::Controller map '/err' def index raise NotImplementedError, "Whatever" end end
as demonstrated here:
curl logopolis:9292/errs curl: (52) Empty reply from server
The text was updated successfully, but these errors were encountered:
A 500 would be nice. Or anything.
Sorry, something went wrong.
Also, nothing is logged... totally mystifying.
No branches or pull requests
The following controller results in an "empty response" in live mode -- no status code, no nothin.
as demonstrated here:
The text was updated successfully, but these errors were encountered: