Afterseeds.rb creates 2000 RegisterItem entries with pseudorandom data owned by the most recently created user (admin in the case of an empty database)
Notes
It may be worthwhile to more fully flesh out seeds.rb, but that project is out of scope for current needs and difficult due to complications in creating authentic Apps and Manifests which will function correctly
Before
seeds.rb
created only an admin userAfter
seeds.rb
creates 2000RegisterItem
entries with pseudorandom data owned by the most recently created user (admin in the case of an empty database)Notes It may be worthwhile to more fully flesh out
seeds.rb
, but that project is out of scope for current needs and difficult due to complications in creating authenticApps
andManifests
which will function correctly