文件名称:seedomatic:SeedOmatic 可以轻松地为您的应用程序创建可重复的种子固定装置
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-15 09:09:01
Ruby
种子-O-Matic 在各种环境中运行可重复的种子 Seeds 和 db:fixture:load 很棒,但它们通常以只能用于初始部署的方式编写。 Seed-O-Matic 为您提供了以可在环境中重复的方式指定种子数据的工具,允许您在所有环境之间以安全的方式更改种子数据。 种子文件 种子文件设置为 JSON 或 YAML 文件。 默认情况下,Seed-O-Matic 将在config/seeds查找种子文件,尽管您可以在运行种子时指定另一个目录。 这是典型种子文件的结构: my_model: match_on: code tags: [initial_run, professional] seed_mode: once items: - name: My Model 1 code: my_model other_model_lookup
【文件预览】:
seedomatic-master
----seedomatic.gemspec(983B)
----lib()
--------seedomatic.rb(247B)
--------seedomatic()
----Gemfile(94B)
----spec()
--------lib()
--------spec_helper.rb(84B)
--------support()
----tasks()
--------seed.rake(434B)
----Rakefile(28B)
----readme.markdown(4KB)
----.rspec(8B)
----.gitignore(33B)