“rake db:seed”没有方法错误
当我尝试运行“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不应从 Rails 控制台运行此命令,而应从操作系统控制台(例如 bash 或 zsh)运行。
You should run this command not from a rails console, but from your OS console, like bash or zsh.