[ ソース: ruby-data-migrate ]
パッケージ: ruby-data-migrate (6.7.0-1)
ruby-data-migrate に関するリンク
Debian の資源:
ruby-data-migrate ソースパッケージをダウンロード:
- [ruby-data-migrate_6.7.0-1.dsc]
- [ruby-data-migrate_6.7.0.orig.tar.gz]
- [ruby-data-migrate_6.7.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
migrate data alongside schema changes for rake tasks
This data_migrate gem provides data migrations alongside schema migrations for rake tasks.
Data migrations are stored in db/data. They act like schema migrations, except they should be reserved for data migrations.
For instance, if you realize you need to titleize all yours titles, this is the place to do it. Running any of the provided rake tasks also creates a data schema table to mirror the usual schema migrations table to track all the goodness.
その他の ruby-data-migrate 関連パッケージ
|
|
|
|
-
- dep: ruby-rails (>= 2:5.0)
- MVC ruby based framework geared for web application development