spira icon indicating copy to clipboard operation
spira copied to clipboard

Spira is a framework for viewing RDF data as model objects

Results 3 spira issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

help wanted

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...

help wanted