Skip to content

andreasronge/neo4j-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a19da8d · Oct 2, 2012

History

34 Commits
Oct 2, 2012
Dec 31, 2011
Sep 21, 2010
Sep 21, 2010
Sep 21, 2010
Dec 31, 2011
Oct 3, 2010
Sep 21, 2010
Sep 21, 2010
Dec 31, 2011
Oct 2, 2012
Oct 2, 2012
Oct 2, 2012
Oct 3, 2010
Sep 21, 2010

Repository files navigation

About

Neo4j is an open source graph database, which is available to Ruby through the Neo4j.rb gem.

Neo4j::Rails::Model object implement most ActiveModel features, making it easy to integrate Neo4j into a Rails application.

Documentation

Documentation for Neo4j.rb.

To Run

rvm use jruby-1.6.7

bundle install

rails s

open browser at localhost:3000

neo4j-admin

Notice that the neo4j-admin gem is included, which make it possible to visualize the graph database.

Open a browser localhost:7474

Notice that the neo4j-admin gem does not work with JRuby 1.7, see github.com/andreasronge/neo4j-admin/issues/8