Swirrl / tripod

ActiveModel-style Ruby ORM for RDF Linked Data. Works with SPARQL 1.1 HTTP endpoints.
MIT License
58 stars 14 forks source link

undefined method `rdf_type' for Person:Class #1

Closed arnaudlevy closed 11 years ago

ricroberts commented 11 years ago

What version of tripod are you using? The rubygems one is slightly out of date, because the rubygems push api is currently down. Please try the github version. Thanks!

arnaudlevy commented 11 years ago

Sorry for the stupid question, adding gem 'rdf', :git => 'git@github.com:ruby-rdf/rdf.git' to the gemfile makes a bunch of errors with the gemspec. Am I doing it wrong?

arnaudlevy commented 11 years ago

https://github.com/arnaudlevy/tripoddemo

ricroberts commented 11 years ago

Sorry. I made a typo. I meant version of tripod (not rdf.rb).

arnaudlevy commented 11 years ago

works!