You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a set of rake tasks to migrate (or backup and restore) a DB vai YAML files.
This version came from http://ducktyped.com/2007/6/12/how-to-change-databases-using-ruby-on-rails initially.
= Changes
* Be nicer on RAM and the DB. Don't fetch all records at once. If the table has an id field, fetch 1000 at a time. If not, fall back to just fetching all of the (for m2m xref tables).