0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor rdoc stuff More... about 14 years ago
Release 0.4.1 More... about 14 years ago
Upgraded to neo4j-1.0 and graphalgo 0.3 jar files [#114 state:resolved] More... about 14 years ago
Merge branch 'master' of git://github.com/zuk/neo4j More... about 14 years ago
A has_one relationship should delete old relationships if they exists [#106 state:resolved] More... about 14 years ago
Bug fix: Using custom accessors for NodeMixin#update [#113 state:resolved] More... about 14 years ago
Bug fix: Indexed properties problem on extented ruby classes [#112 state:resolved] More... about 14 years ago
fixed typo in README: "include Neo4j::Node" should be "include Neo4j::NodeMixin" More... about 14 years ago
Updated IMDB example to use migrations. Updated som documentation. [#111 state:resolved] [#108 state:resolved] More... about 14 years ago
Added documentation for Migrations and BatchInserter. Next - use this feature in one of the examples [#111] [#108] More... about 14 years ago
BatchInserter can now user the lucene indexer [#111] More... about 14 years ago
BatchInserter can now be used in migrations [#111] [#108] More... about 14 years ago
Impl. better support for BatchInserter and more RSpecs [#111] More... about 14 years ago
Impl. BatchInserter support [#111 state:open] More... about 14 years ago
Started to write a RSpec on how migrations with the BatchInserter should look like. Not sure about the API. [#108] More... about 14 years ago
Added a hash argument on Neo4j::Relationship.new for setting its properties [#110 state:resolved] More... about 14 years ago
More RDocs and RSpecs for Migrations [#108 state:open] More... about 14 years ago
Impl. Migrations, look at the RSpecs for detail. [#108 state:open] More... about 14 years ago
Release 0.4.0 More... about 14 years ago
Minor fix of the rest example More... about 14 years ago
Removed filetree example, will be replaced with a better example soon More... about 14 years ago
updated railnet example app working with latest neo4j.rb More... about 14 years ago
Fixed RDocs. Neo4j::NodeMixin#props now returns a _neo_id for the node id. Fixed broken Rest Specs. Upgraded to GraphAlgo jar file [#105 state:resolved] More... about 14 years ago
Updated documentation and RDocs. Changed Neo4j::NodeMixin#props to return _neo_id instead of id for the node id. The rest specs are broken More... about 14 years ago
We now have over 500 RSpecs. Removed debug prints More... about 14 years ago
Fixed bug - Relationship#end_node and #start_node did not return wrapped Ruby object, only the native Java object was returned. More... about 14 years ago
Indexing of relationships now works. Declared properties on relationships now works [#91] More... about 14 years ago
Reuse NodeMixin class methods in RelationshipMixin so that we can declare properties. Should also support indexing of relationship and the #all method for getting all relationship of a specific class [#91 state:open] More... about 14 years ago
Added documenation about the generated _rels and _rel methods [#104 state:open] More... about 14 years ago
Impl. generation of has_one, _rel method - Access declared/prefixed relationships for has_n [#104 state:open] More... about 14 years ago