RubyGems Navigation menu

germinator 2.1.0

Rails allows incremental database migrations, but only provides a single seed file (non-incremental) that causes problems when you try to run it during each application deploy. Germinate provides a process very similar to the Rails database migrations that allows you to ensure that a data seed only gets run once in each environment. It also provides a way to limit which Rails environments are allowed to run particular seeds, which helps protect data in sensitive environments (e.g. Production).

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 2.1.1 November 05, 2024 (20KB)
  2. 2.1.0 March 05, 2024 (20KB)

Runtime依存関係 (1):

actionview >= 6.0.3.3, < 7.0

Development依存関係 (1):

rspec ~> 3.13

所有者:

プッシュ者:

作者:

  • Wowza Media Systems

SHA 256チェックサム:

=

累計ダウンロード数 572

このバージョンのみ 358

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: