Why does Ruby “script/generate” return “No such file or directory”?

前端 未结 4 1092
青春惊慌失措
青春惊慌失措 2020-12-24 14:10

I am having trouble using script/generate. I am following the tree based navigation tutorial, which says to use script/plugin install git://github.com/rai

4条回答
  •  粉色の甜心
    2020-12-24 14:45

    As a shortcut to rails server, you can use 'rails s'. Similarly for the console, 'rails c'.

提交回复
热议问题