I regularly work with production data (obfuscated when necessary) with local Rails apps. It’s much better to work with real-world data when building out projects as it allows you to make decisions according to what will really happen. But, importing them can be a bit of a pain. I’d previously been writing out the command for pg_import manually. So, I wrote a quick Rake task to do this for me: namespace:dbdodesc"Import a given file into the database"task:import,[:path]=>:environmentdo|_t,a...