Changeset [7c0331c0b9f434ce236beaa343d9ed52f476d207] by Andreas Ronge
December 15th, 2011 @ 08:40 AM
Merge pull request #108 from vivekprahlad/master
Fix for errors when a Rails model is named 'Property' closes
#108
https://github.com/andreasronge/neo4j/commit/7c0331c0b9f434ce236bea...
Committed by Andreas Ronge
- M lib/neo4j/rule/rule_node.rb
- M spec/rails/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