ruby on rails console isn't working, I am gett

2019-09-13 12:24发布

问题:

When I run my rails console it is saying "Switch to inspect mode" .I am working on windows . Kindly help !

回答1:

This is likely due to the terminal you're using, not the console itself. (Which terminal are you using...?) Try running $ irb and seeing if you're getting the same issue.

I had the same issue a while back, and momentarily fixed it by changing the irb config output mode, but it still tended to break elsewhere. I recommend using ConEmu to permanently squash the annoyance.