【发布时间】:2016-04-22 22:49:47
【问题描述】:
official documentation indicates 我应该能够使用rake doc:app 为我的应用程序构建文档,但是当我在 Rails 5 中运行该命令时,我得到以下输出:
bwerth@bwerth-VirtualBox:~/rails/gep$ rake doc:app
rake aborted!
Don't know how to build task 'doc:app' (see --tasks)
(See full trace by running task with --trace)
【问题讨论】:
标签: ruby-on-rails ruby rake rdoc ruby-on-rails-5