Changeset [5d4f8e95d167d130f474f6ae095beabddd53808f] by Andreas Ronge
April 24th, 2012 @ 03:20 PM
Impl create unique entites, Model.get_or_create, closes #143
- Bumped neo4j-wrapper to 0.0.10
- Using wrapper with support for search by array - #118 https://github.com/andreasronge/neo4j/commit/5d4f8e95d167d130f474f6...
Committed by Andreas Ronge
- M Gemfile
- M lib/neo4j/rails/persistence.rb
- M neo4j.gemspec
- M spec/integration/finders_spec.rb
- M spec/integration/validations/uniqueness_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