Hacker News new | ask | show | jobs
by rudimk 4315 days ago
What's the difference between the Web Console in this release, and the IRB console that comes with Better Errors?
2 comments

I had issues with better_errors where, if I would make a dumb-ass syntax mistake somewhere, better_errors would send me up to the superclass of the error stack, whereas the regular error page made it easier to decipher exactly what the mistake was.
For one, web console is built in. Other than that, I imagine not much.
I see. Should check it out, then.