0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update gemspec. More... over 13 years ago
Change rdfa-test-suite profile lookup logic. More... over 13 years ago
Use ListStore in graph specs to get predictable serializations. More... over 13 years ago
Undo attempt to not include unless appropriate version of ActiveRecord is installed (for now, anyway). More... over 13 years ago
Release 0.5.10. More... over 13 years ago
Fixed bug in RDFa parser where datatype was not set properly in typed literals. More... over 13 years ago
* AbstractStore#destroy either removes all triples from store, or specified context. No longer removes the DB file. More... over 13 years ago
* Fixed bug in MemoryStore where a frozen resource could be returned. More... over 13 years ago
* Changed Graph#eql? and Graph#== to do simple equality check. * Added Graph#isomorphic? which does more exhaustive equivalence check. More... over 13 years ago
* Don't include ActiveRecordStore unless ActiveRecord::VERSION::MAJOR == 2 More... over 13 years ago
* AbstractSQLStore was incorrectly putting Literal::Language representation rather than value in database. More... over 13 years ago
Remove rdfa-triples, as all tests can be run using SPARQL now. More... over 13 years ago
Yard updates. More... over 13 years ago
Doc updates. More... over 13 years ago
Release of version 0.5.10. More... over 13 years ago
Profile parsing debug improvements. More... over 13 years ago
Improve Parser#detect_format for Tempfiles. More... over 13 years ago
Ruby 1.9.2 relative directory compatibility for script/tc. More... over 13 years ago
ActiveRecordStore exception handling. More... over 13 years ago
Load files with autoload, not explicit require. More... over 13 years ago
ActiveRecordStore uses ActiveRecord::Base.connection More... over 13 years ago
Load files with autoload, not explicit require. More... over 13 years ago
For non XHTML, process xml:base on each element. XHTML has no default vocabulary. More... over 13 years ago
Executables remove -s, to allow for full option processing without an initial argument. More... over 13 years ago
* SQLite3Store * Basic support for using with ActiveRecord: #initialize _configuration_ can take a _connection_ option, using ActiveRecord::Base.connection.raw_connection * If result set is returned as a hash, change back to an array (needed, as rails sets results_as_hash attribute on DB) More... over 13 years ago
Fix Resource.parse of URIRef. More... over 13 years ago
graph spec cleanup. More... over 13 years ago
Add missing SWAP/CWM result files. More... over 13 years ago
Remove some CWM tests that won't work. More... over 13 years ago
Literal#typed namespaces option now is {prefix => href} rather than {prefix => Namespace}. No longer pass vocabularies, prefixes or terms. Only namespaces derived via xmlns are passed to Literal#typed. More... over 13 years ago