Changeset [f876af717251bfb6c11f365f2c6b6d12c1b9ee41] by Andreas Ronge
April 19th, 2012 @ 07:29 PM
has_n and has_one method generate class method returning the
name of the relationship as a Symbol, closes #170
https://github.com/andreasronge/neo4j/commit/f876af717251bfb6c11f36...
Committed by Andreas Ronge
- M lib/neo4j/rails/has_n.rb
- M spec/unit/has_n_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