Rails gem for exporting tables from production into development
Stars
57
Forks
10
Watchers
57
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Update readme to fix type in rake task for load_data_order
4d1930aView on GitHubAdded load_data_order task to load the same order as it was exported for when tables has foreign key references that are enforced.
6f9d923View on GitHubupdate insert to ON DUPLICATE KEY UPDATE when re-importing without a drop in the DB.
3bc8d49View on GitHubRemoved yamler engine defined as psych. Ruby 2.5 doesn't require this.
cf2a798View on GitHubMerge branch 'master' of https://github.com/scottschulthess/db_sync
3381c8dView on GitHubrefactoring away activerecord fixture loading depency
4e72071View on GitHub