Rails Console Update Problems?

Console not updating when typing? Pry/Ruby/Rails/something messing up console output? Check your stty settings: ```bash stty -a ``` Is echo disabled. Do you see "-echo" in the output? Try resetting the console: ```bash reset # or stty ``` Check if you have incorrectly colorized output: Are you using a gem or something else that colorizes console output? Try disabling them. Examples: \* [turn](https://github.com/turn-project/turn) \* [pry-theme](https://github.com/kyrylo/pry-theme) See: