How could I manually render a rails error page from an exception ?
I mean the real rails error page, not a custom one:
I have an exception, and I need the html of this rails template from it.
EDIT :
As @Зелёный suggested, I can use templates from here, now the question is how can I render this ?
render 'rescues/diagnostics' #=> ActionView::MissingTemplate