Changeset [3536a1856756d2cc43a01b855af8eed5770f44d4] by andreas
October 5th, 2009 @ 09:00 PM
Fixed appending (<<) on incoming relationships [#80
state:resolved]
node1.relationships.incoming(:friends) << node2 did not work
as expeced
http://github.com/andreasronge/neo4j/commit/3536a1856756d2cc43a01b8...
Committed by andreas
- M lib/neo4j/relationships/relationship_traverser.rb
- M test/neo4j/relation_traverser_spec.rb
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