从 Rails 3 中的数据库生成装置

发布于 2024-12-27 22:38:30 字数 209 浏览 2 评论 0原文

我想从 Rails 3.1 中的开发数据库生成装置。我尝试使用 yaml_db 创建的 yaml 文件,但它们的结构与装置的结构不同。

我试图让 ar_fixtures 工作,我把

宝石“ar_fixtures”

在我的 Gemfile 中并进行了捆绑安装,但“rake -T”没有显示任何新内容。

I want to generate fixtures from the development database in Rails 3.1. I tried using the yaml files created by yaml_db, but their structure is different from that of fixtures.

I am trying to get ar_fixtures to work, I put

gem 'ar_fixtures'

in my Gemfile and did a bundle install but "rake -T" doesnt show anything new.

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

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

发布评论

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

评论(1

表情可笑 2025-01-03 22:38:30

该 gem 已有多年历史,可能不兼容 3.1。如果您同意将固定装置转储到单个文件中,请查看 github 上的“yaml_db”gem

That gem is years old and not 3.1 compatible likely. If you're ok with the fixtures being dumped into a single file, check out the 'yaml_db' gem on github

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