套件: ruby-data-migrate (6.7.0-1)
ruby-data-migrate 的相關超連結
Trisquel 的資源:
下載原始碼套件 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]
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Andrew Lee (李健秋)
外部的資源:
- 主頁 [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