NYCrb / devpunks

http://devPunks.com modern development site for podcast & youtube videos
MIT License
16 stars 1 forks source link

[Talk Proposal] Seeding Data in Ruby on Rails #79

Closed MikeRogers0 closed 1 year ago

MikeRogers0 commented 3 years ago

Abstract

Good seeds can make the development experience a joy, bad seeds can make it a nightmare. Let's explore the options available to us, along with a few tricks to help quickly make a codebase more enjoyable.

Detail

https://talks.mikerogers.io/seeding-data-in-ruby-on-rails/ / https://www.youtube.com/watch?v=iFR4z3TeO0g

We're going to go through the following:

  1. What are seeds
  2. Horror stories where good seeds could have saved the day
  3. Approaches to seeding
  4. Testing your new seeds

Bio

Mike Rogers is a Ruby Developer originally from the UK, who currently lives in the USA. He has a passion for SSR applications & has specialized on using Rails for almost 10 years.