6 ms·
What's the difference between the Web Console in this release, and the IRB console that comes with Better Errors?
by rudimk 12y ago
What's the difference between the Web Console in this release, and the IRB console that comes with Better Errors?
- mmanfrin 12y agoFor one, web console is built in. Other than that, I imagine not much.
- rudimk 12y agoI see. Should check it out, then.
- piratebroadcast 12y agoI 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.