Changeset [de7b8766346663d01309bd998b93367819746b6c] by Brian Underwood
August 28th, 2014 @ 08:34 AM
Allow setting of relationship "attributes" on initialize which
are persisted on save
https://github.com/andreasronge/neo4j/commit/de7b8766346663d01309bd...
Committed by Brian Underwood
- M lib/neo4j/active_node/initialize.rb
- M lib/neo4j/active_node/persistence.rb
- M lib/neo4j/shared/property.rb
- M spec/e2e/label_spec.rb
- M spec/unit/validation_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