Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 rails3.x 的 mongodb 和 mongoid gem。我想填充开发数据库。请建议方式或可用的宝石
提前致谢
您可以使用该db/seeds.rb文件来填充您的开发数据库。它不仅适用于 SQL 的东西。查看http://xyzpub.com/en/ruby-on-rails/3.2/seed_rb.html并以可以填充 mongodb 的方式使用它。
db/seeds.rb