History log of /ontohub/db/seeds/001-hets.rb
Revision Date Author Comments Expand
b8f2e82b3a9750cd66505fc18df9cf1d82762871 17-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix NameError in seeds for production mode.

8bd94b280f010b03b81073252c647910aec9b321 17-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Move HetsInstance creation task to module.

6d11f28e295bcddfc3c38479035dcb7720efa044 17-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix HetsInstance seeds.

1e51001d1b81b4540bb2a9b0fc59d86fc50e90d1 19-Jun-2015 Tim Reddehase <robustus@rightsrestricted.com>

fix seeds for HetsInstance creation in order to prevent an infinite recursion, we'll need to perform Sidekiq as it would in production — in other words, pushing jobs to redis instead of instantly performing them.

45a2227b10d8d045961377d803c9865a085d7473 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

create hets-instance model This also includes creating the default localhost hets-instance during the seeds. Additionally some convenience methods for the version of a hets-instance have been created.