-
Notifications
You must be signed in to change notification settings - Fork 276
Neo4j::Rails Third Party
Brian Underwood edited this page Jun 8, 2015
·
12 revisions
Graph Visualization Development Tool, see neo4j-admin
(same as the neo4j server admin web UI).
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'
See http://github.com/reu/carrierwave-neo4j
See http://github.com/l4u/neo4jrb-paperclip
see allowy
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`
see neo4j_helper
WARNING: Much of the information in this wiki is out of date. We are in the process of moving things to readthedocs
- Project Introduction
- Neo4j::ActiveNode
- Neo4j::ActiveRel
- Search and Scope
- Validation, Uniqueness, and Case Sensitivity
- Indexing VS Legacy Indexing
- Optimized Methods
- Inheritance
- Core: Nodes & Rels
- Introduction
- Persistence
- Find : Lucene
- Relationships
- Third Party Gems & extensions
- Scaffolding & Generators
- HA Cluster