havenweb / haven

Self-hostable private blogging
https://havenweb.org
MIT License
650 stars 33 forks source link

Add seed data for development purposes #27

Closed selfhosted-heaven closed 1 year ago

selfhosted-heaven commented 2 years ago

Right now, there is no seed data, which makes developing just a bit more difficult, since an user needs to be created before you can login. There should be some seed data to make development a little bit easier.

The db/seeds.rb file can be used to accommodate this.

mawise commented 1 year ago

I've added some fixtures for test data. I think that's sufficient for now but will explore seed data when I get someone else working with me.