Neo4j: 1.0.0.beta.20
Working on getting devise up and running
Devise + Neo4j will work but with some security problem.
Possible to save an invalid model, will be fixed in beta.21
Closed Tickets
-
✔ #124
Support for Array in Propertiesno tags ✓resolved -
✔ #125
Support for DateTime and Date in properties and luceneno tags ✓resolved -
✔ #126
Users.transaction do |tx| should take an parameterno tags ✓resolved -
✔ #129
generators should use the Type informationno 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