ualbertalib / acts_as_rdfable

MIT License
0 stars 1 forks source link

Modify to help us with seeding and testing our application #13

Closed pgwillia closed 3 years ago

pgwillia commented 3 years ago

Any of the add/remove/delete methods in ActsAsRdfable::MigrationAnnotations::RdfConfig could create/update a db/seeds/rdf_annotations.rb file in our application (maybe seed_dump) with the current dump of the database.

We could check this in along with our db/schema.rb. Then load it from our db/seeds.rb to faciliate with database setup and tests.

https://github.com/ualbertalib/acts_as_rdfable/issues/12