Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 11 years ago.
运行以下命令
bundle update rake
来检查 rake 的版本
bundle show rake
然后通过将以下内容添加到 Rakefile
require 'rake/dsl_definition'
。检查以上步骤。
谢谢。
Run following command
Then check the version of rake by
Add following to Rakefile.
Check above steps.
Thanks.
运行:
bundle exec rake 路由
Run:
bundle exec rake routes
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
运行以下命令
来检查 rake 的版本
然后通过将以下内容添加到 Rakefile
。检查以上步骤。
谢谢。
Run following command
Then check the version of rake by
Add following to Rakefile.
Check above steps.
Thanks.
运行:
bundle exec rake 路由
Run:
bundle exec rake routes