rails c not working in rails 5

前端 未结 5 1924
太阳男子
太阳男子 2021-02-07 10:45

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

5条回答
  •  清歌不尽
    2021-02-07 11:44

    I fixed this issue by simply adding this gem gem 'rb-readline' and running bundle.

    rb-readline

提交回复
热议问题