Seeds, a quick and easy way to populate your db/seeds.rb file with existing data
I just launched seeds, a ruby gem for populating your db/seeds.rb file with existing data from your Models. Allows you to include Models, exclude Models, and exclude certain fields in your models from being added to the seeds.rb file.
Post a comment