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

Switch from using Marshal #14

Open toy opened 9 years ago

toy commented 9 years ago

Oj? Writing/reading object dumps consecutively won't work, but writing/reading lines will. Allow reading marshalled dumps and add option to select serialisation engine (for example if jruby will be used).