Peter Dang
Peter Dang

Reputation: 65

Can't see irb prompt when running rails console

I am new to Ruby on Rails and currently following this guide https://guides.rubyonrails.org/getting_started.html

I am at the part where I need to run the rails console command to get the irb prompt, but instead I only get this weird Switch to inspect mode. statement. The image is in a link because i'm not allowed to embed them yet.

image

Thanks for the help in advance!

Upvotes: 1

Views: 443

Answers (1)

Harun Colic
Harun Colic

Reputation: 53

Check your rb-readline gem and see weather updating it will solve the problem. Some versions of this gem have been known to cause this issue

Upvotes: 1

Related Questions