从 Rails 3 中的数据库生成装置
我想从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该 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