rails_db_dump 1.0.1
Adds a Rake command to dump and restore the application's database. Delegates to regular dumping utilities such as `mysqldump` and `pg_dump`. Unlike them, you *don't* have to remember any proper syntax. You don't have to specify the connection parameters either; if the application works the dumper works, too.