graphiti-api / graphiti-rails

MIT License
54 stars 28 forks source link

Investigate ActionDispatch::DebugExceptions interceptors to avoid monkey-patching #13

Closed wagenet closed 5 years ago

wagenet commented 5 years ago

Unfortunately, I don't think we can really utilize this. It seems that the intended use is for notifying when there is an exception instead of changing the way exceptions are rendered. We may want to PR a new feature in Rails for our case.