Neo4j: 1.1.0
Support for active model and rails features on relationships
Closed Tickets
-
✔ #153
Full text search returns nil in rails modelno tags ✓resolved -
✔ #154
to_json method for modelsno tags ✓resolved -
✔ #155
update_attributes should convert values according to Typeno tags ✓resolved -
✔ #156
ActiveModel support for Relationshipsno tags ✓resolved -
✔ #157
Support for incoming relationships in Neo4j::Rails::Modelno tags ✓resolved -
✔ #158
investigate support for simple_form_forno tags ✓hold -
✔ #160
Implement hash so that it will work with Setsno tags ✓resolved -
✔ #161
modified the traverser to allow iterating over paths not just over end_nodesno tags ✓resolved -
✔ #162
create method should take a blockno tags ✓resolved -
✔ #163
Setting property :system on Neo4j::Rails::Model should workno tags ✓invalid -
✔ #164
Upgrade to 1.3 neo4j java libraryno tags ✓resolved -
✔ #165
Default `nodes' invocation for Algo path findersno tags ✓resolved -
✔ #166
property and index class methods modified to take arbitrary number of symbols optionally followed by options hashno tags ✓resolved -
✔ #167
Relationship.load(nil) == Relationship.load(0)no tags ✓resolved -
✔ #168
Support for embedding neo4j.rbno tags ✓resolved -
✔ #169
BUG: Neo4j::RelationshipMixin#relationship_type brokenno 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