Changeset [78d0576a81197caab82070900568adc22c30dba8] by Chris Grigg
August 27th, 2014 @ 07:11 PM
merge test release into master
https://github.com/andreasronge/neo4j/commit/78d0576a81197caab82070...
Committed by Chris Grigg
- M CHANGELOG
- M README.md
- M lib/neo4j/active_node/has_n.rb
- M lib/neo4j/active_node/query/query_proxy.rb
- M lib/neo4j/version.rb
- M lib/rails/generators/neo4j/model/model_generator.rb
- M lib/rails/generators/neo4j/model/templates/model.erb
- M neo4j.gemspec
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