Anyone know of a gem that will allow you to obscure/sanitize data?
Usecase: Download a production database, run some sanitation so that real customers won't get emails, cards charged etc.
Anyone know of a gem that will allow you to obscure/sanitize data?
Usecase: Download a production database, run some sanitation so that real customers won't get emails, cards charged etc.
Did you get a chance to search github.com and rubygems.org?
If not, then let you know, those are the major sites where projects/gems are located. Have a look at it, you may find what you are looking for.
You could use the forgery gem to replace the content of sensitive fields with randomly generated data.