toy / dump

Rails app rake and capistrano tasks to create and restore dumps of database and assets
MIT License
89 stars 14 forks source link

Empty restores handle #13

Closed aishek closed 9 years ago

aishek commented 9 years ago

Added handling for two specific cases: RESTORE_TABLES='' or RESTORE_ASSETS=''. Previously in this cases gem was iterating through assets and tables. Now it ignores empty part.

toy commented 9 years ago

Thanks for contribution. I'll look into this, but as I see I first need to get back to this project - a lot of tests are failing.

toy commented 9 years ago

Merged, see 2c0b75e9a0f0fb46e84f9c4d70ab186c91cf4f0d.