Changeset [eacaa6fb43e8b662b3b8041ce7ae7b298d284f77] by Andreas Ronge
August 27th, 2014 @ 10:49 AM
Added tests for the example blog rails app
https://github.com/andreasronge/neo4j/commit/eacaa6fb43e8b662b3b804...
Committed by Andreas Ronge
- A example/blog/.rspec
- A example/blog/spec/rails_helper.rb
- A example/blog/spec/spec_helper.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