-
Notifications
You must be signed in to change notification settings - Fork 276
Neo4j::Rails Third Party
andreasronge edited this page Dec 18, 2012
·
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
See http://github.com/reu/carrierwave-neo4j
See http://github.com/l4u/neo4jrb-paperclip
see allowy
The active model serializer can be used to serialise objects for an HTTP API.
To get the basic support added the following to an initialiser in my Rails app:
Neo4j::Rails::Model.send(:include, ActiveModel::SerializerSupport)
Neo4j::Rails::Relationships::NodesDSL.delegate(:active_model_serializer, to: :to_a)
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