Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Ar Backup

Ar Backup

Using rake tasks, dump your schema and data into yml files. One folder gets created per SVN revision. You can then simply load any previous data using rake.

prerequisite: Your project must be under SVN.

Example

rake backup:db:dump
rake backup:db:load BUILD=2547

Copyright© 2007 Matt Aimonetti, released under the MIT license

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly