spira
spira copied to clipboard
Spira is a framework for viewing RDF data as model objects
This issue occurs when connected to Fuseki: ```ruby class Article < Spira::Base end Article.new.save! Article.new.new_record? # => false ``` (This is an attempt to pair down what is a more...
I'm just getting to grips with Spira and I've found something that strikes me as odd (the mailing list looks a bit quiet so I'm posting here instead). I wonder...
I'm getting the following error when I try to reference a `Spira::Base` in a Rails (3.2.14) controller: ``` Spira::NoRepositoryError ``` I'm using the current `master` version of this gem. I'm...