BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

Readable output in live shell #345

Open raveren opened 8 years ago

raveren commented 8 years ago

Hello, while this tool is fantastic help with Ruby development, the live shell is completely useless when rendering any sufficiently complex object. Better errors renders the output as a single-line inspect dump - and there's no online tool to at least format the copied output.

There's the awesome print gem and similar tools, but I just can't find a way to output an unescaped string, not only is the html tags printed as plain text, everything (new lines, quotes, etc) is \-escaped.

I can't believe I am the only one having this problem..?