Neo4j: 0.3.3
Aggregator and maybe lucene stuff
Closed Tickets
-
✔ #72
Impl Aggregate Each Nodeno tags ✓ resolved -
✔ #73
remove to_a methodno tags ✓ resolved -
✔ #74
Refactoring of RSpecsno tags ✓ resolved -
✔ #75
has_list should support counterno tags ✓ resolved -
✔ #78
Neo4j::relationship should not raise Exception if there are no relationshipsbug ✓ resolved -
✔ #79
has_list support for delete node from listno tags ✓ resolved -
✔ #80
n1.relationships.incoming(:foo) << n2 does not work as expectedbug ✓ resolved -
✔ #81
Cascade delete on has_n, had_one and has_listno tags ✓ resolved -
✔ #64
Child classes should have a relationship of their own.no tags ✓ resolved -
✔ #82
NodeMixin initialize should accept block like docno tags ✓ resolved -
✔ #83
upgrade to lucene 2.9.0no tags ✓ resolved -
✔ #85
Forbiden 'it' as field value? Problems with searchingbug critical ✓ invalid -
✔ #87
Support for other lucene analyzer then StandardAnalyzerno tags ✓ resolved -
✔ #86
neo4j gem cannot be built from the sourcebug critical instalation ✓ resolved -
✔ #88
Add debug method on NodeMixin to print it selfno tags ✓ resolved -
✔ #90
RSpecs has side effectsno tags ✓ resolved -
✔ #94
Improve stacktracesno tags ✓ resolved -
✔ #95
Upgrade to neo4j-1.0b10no tags ✓ resolved
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails