“rake db:seed”没有方法错误

发布于 2024-08-29 01:20:35 字数 155 浏览 3 评论 0原文

当我尝试运行“rake db:seed”命令时,rails 控制台输出“NoMethodError: undefined method `db' for #”,不太确定发生了什么。我正在使用 netbeans 构建我的 Rails 项目,该项目使用内置的 JRuby 1.2,这与它有什么关系吗?

when I try and run the "rake db:seed" command the rails console outputs "NoMethodError: undefined method `db' for #" not quite sure what going on. I'm using netbeans to build my rails project which is using the built-in JRuby 1.2 would that have anything to do with it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秉烛思 2024-09-05 01:20:35

您不应从 Rails 控制台运行此命令,而应从操作系统控制台(例如 bash 或 zsh)运行。

You should run this command not from a rails console, but from your OS console, like bash or zsh.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文