rails c not working in rails 5

前端 未结 5 1922
太阳男子
太阳男子 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:24

    Another issue might be which version of ruby is in your path - double check that as well.

    ruby -v
    ls -la `which ruby`
    

    then check your PATH

提交回复
热议问题