seeds.rb for countries of the world in Ruby
10th February 2016Today I needed to seed a Ruby DB with all the countries in the world, something that would be a rather hard task to complete manually. So I created a simple Google Spreadsheet that created it automatically. Below is my code, but y…