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

前端 未结 4 1115
青春惊慌失措
青春惊慌失措 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 15:02

    There is a LOT of out-of-date information on the interwebs for Rails now as a result of it evolving quickly and being so popular. I use the Ruby on Rails Guides as my first stop for information as those pages seem to be the most current.

    The rails generate info seems current.

提交回复
热议问题