"I have a Rails application with a PostgreSQL database. My database contains 1000 records. I wrote a rake that will handle the records in the database. If the rake task went wrong, I want to return the sources back to the database. Is there any chance of testing "Database in this scenario without duplicating the database in the development environment?"
source
share