It's currently difficult to report exceptions in things like the Rails development environment. We currently recommend people set config.action_dispatch.show_exceptions = false in development, but this sort of stinks because ActionDispatch::ShowExceptions is very helpful in dev. We should be able to do both at the same time.