Is there a gem for Ruby on Rails that will allow me to select a snapshot of a production DB, clean it and make it usable in test/development environment?
I am looking at something smart enough to know to get all associations but that would allow me to say get only the first 100 records and then rename column A, B,C with random data.
@silent_e I like it. It takes the other routes of defining what to delete. Interesting approach