-
Notifications
You must be signed in to change notification settings - Fork 276
Major version release checklist
Brian Underwood edited this page Oct 16, 2016
·
1 revision
- Does Travis CI pass?
- Think about any documentation changes that are needed
- Verify that
CHANGELOG
is updated (it should have been updated continually) - Update
neo4j
’s dependency onneo4j-core
(if applicable)
rake release
- Update version in https://github.com/neo4jrb/neo4j/blob/gh-pages/neo4j.rb (this is the file which allows people to create a new Neo4j Rails app)
- Check/fix https://github.com/neo4j-examples/movies-ruby-neo4jrb
- Check/fix https://github.com/neo4j-examples/movies-ruby-neo4j-core
- Check/fix http://neo4j.com/developer/ruby-course/
- Check/fix https://neo4j.com/developer/
- Update current branch version on http://neo4jrb.readthedocs.io/
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