Seeding your database in Rails - Part 1
When writing applications in Rails that use databases (as most do), we often have the need to populate small “reference” tables with data (like credit card types, colors, dog breeds, categories, etc) used in form drop-downs, test data when developing or inserting specific records into the data...
Published on June 10, 2017 | 2 min read