Categories: None [Edit]
database-cloner-rails
database-cloner-rails provides two rake tasks for moving database records between
Rails environments. `rake database:download` dumps all ActiveRecord model records
to plain Ruby files (Model.create(...) statements). `rake database:upload` replays
those files to restore records in the target database.
Useful for seeding a staging environment from production data, creating snapshots
before destructive migrations, or sharing realistic test data across a team.
Supports optional MODELS filtering: `rake database:download MODELS=users,posts`
to dump only specific tables. The dump directory is created automatically.
Total
Ranking: 145,742 of 196,051
Downloads: 4,263
Daily
Ranking: 49,124 of 195,980
Downloads: 5
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 7 | 1,410,041,723 | activesupport |
| 29 | 1,009,870,499 | rspec |
| 37 | 825,912,576 | activerecord |
| 45 | 777,804,207 | rails |
| 282 | 192,170,375 | sqlite3 |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | abhsss96 |