On using the command in terminal inside a rails 5 application
rails c
the error thrown is given bellow. I have no idea what this means in a si
I fixed this issue by simply adding this gem gem 'rb-readline' and running bundle.
gem 'rb-readline'
rb-readline