You are here: Browse Railsplugins 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.
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