kategengler / errational

Exception handling gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better response when exception is raised during full http request

kategengler opened this issue · comments

Better response when exception is raised during full http request:

Have a better response when an exception is raised during a full http request. Currently it renders the text of the message with the error response code.

It should perhaps model after rails rescue_action_in_public. It should be configurable, whatever happens in this situation.