Changeset [94d317232a9e96484e6c3e2006a53a3f5e31dc4b] by Andreas Ronge
August 29th, 2014 @ 10:18 PM
refactoring, DRY up query methods
https://github.com/neo4jrb/neo4j/commit/94d317232a9e96484e6c3e2006a...
Committed by Andreas Ronge
- A lib/neo4j/active_node/query_methods.rb
- M lib/neo4j.rb
- M lib/neo4j/active_node/labels.rb
- M lib/neo4j/active_node/query/query_proxy.rb
- M spec/e2e/active_model_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