Categories: None [Edit]

database-cloner-rails

https://rubygems.org/gems/database-cloner-rails
https://github.com/abhsss96/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,902 of 196,739
Downloads: 4,277

Daily

Ranking: 106,086 of 196,700
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,425,316,912activesupport
291,017,300,652rspec
37835,022,323activerecord
45786,201,400rails
283194,530,508sqlite3

Owners

#GravatarHandle
1iconabhsss96