Skip to content

Neo4j::Rails Third Party

Brian Underwood edited this page Jun 8, 2015 · 12 revisions

neo4j-admin

Graph Visualization Development Tool, see neo4j-admin
(same as the neo4j server admin web UI).

devise

See https://github.com/andreasronge/devise-neo4j
(devise-neo4j gem not updated yet to 2.0)
Old example: devise_example

From a user using device 2.2.x (see issue 239)

gem 'neo4j'
gem 'devise', '~> 2.2.0'
gem 'devise-neo4j', :git => 'https://github.com/cfitz/devise-neo4j.git', :branch => 'devise2'

carrierwave-neo4j

See http://github.com/reu/carrierwave-neo4j

paperclip

See http://github.com/l4u/neo4jrb-paperclip

will_paginate

See neo4j-will_paginate

CanCan alternative

see allowy

active_model_serializers

Since the neo4j gem uses `active_model`, it should work fine with `active_model_serializers`. Not that the default for `config.neo4j.include_root_in_json` is `true`

Neo4j Helper

see neo4j_helper

Example Applications

Clone this wiki locally