Rake db:create 在新的 Rails 3.1 应用程序中失败
在 3.1RC 上,我创建了一个新应用程序,当我尝试运行 db:create 作业时,我得到了这样的信息:
[15:38][*********@***********:~/**********/db(master)]$ rake db:create
(in /Users/*********/*********)
rake aborted!
uninitialized constant Rake::DSL
任何想法都值得赞赏。
On the 3.1RC, I have created a new app, and when I try to run the db:create job I'm getting this:
[15:38][*********@***********:~/**********/db(master)]$ rake db:create
(in /Users/*********/*********)
rake aborted!
uninitialized constant Rake::DSL
any ideas appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
在你的 gemfile 中,如前所述,rake 0.9.0 破坏了一些东西。
Use
In your gemfile, as stated rake 0.9.0 breaks a few things.