rails/web-console

ANSI escape codes not rendering correctly

etherz10 opened this issue · 2 comments

Currently running v3.7.0 on Rails 5.2.4.3 & Ruby 2.5.8 and using Chrome 84.0.4147.105

image

Any suggestions on how to fix this? It's nothing major but does just make things a bit harder to read.

Hey, web-console is no longer a real terminal and this is why we don't render escape codes. That said, I can probably strip them, though. Is this coming from the output of a shell-out?

Is this coming from the output of a shell-out?

Yea, would you be able to create a release with this fix for Rails 5 also?