neo4j 3.0.0.alpha.7 → 3.0.0.alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +9 -0
- data/lib/neo4j.rb +3 -0
- data/lib/neo4j/active_node.rb +1 -0
- data/lib/neo4j/active_node/has_n.rb +6 -6
- data/lib/neo4j/active_node/has_n/decl_rel.rb +22 -2
- data/lib/neo4j/active_node/has_n/nodes.rb +1 -2
- data/lib/neo4j/active_node/labels.rb +35 -74
- data/lib/neo4j/active_node/orm_adapter.rb +8 -13
- data/lib/neo4j/active_node/persistence.rb +9 -6
- data/lib/neo4j/active_node/property.rb +24 -4
- data/lib/neo4j/active_node/query.rb +54 -0
- data/lib/neo4j/active_node/query/query_proxy.rb +107 -0
- data/lib/neo4j/active_node/quick_query.rb +254 -0
- data/lib/neo4j/active_node/validations.rb +1 -1
- data/lib/neo4j/version.rb +1 -1
- data/neo4j.gemspec +1 -1
- metadata +7 -48
- data/lib/mydb2/active_tx_log +0 -1
- data/lib/mydb2/index/lucene-store.db +0 -0
- data/lib/mydb2/index/lucene.log.1 +0 -0
- data/lib/mydb2/index/lucene.log.active +0 -0
- data/lib/mydb2/index/lucene.log.v0 +0 -0
- data/lib/mydb2/lock +0 -0
- data/lib/mydb2/messages.log +0 -618
- data/lib/mydb2/neostore +0 -0
- data/lib/mydb2/neostore.id +0 -0
- data/lib/mydb2/neostore.labeltokenstore.db +0 -0
- data/lib/mydb2/neostore.labeltokenstore.db.id +0 -0
- data/lib/mydb2/neostore.labeltokenstore.db.names +0 -0
- data/lib/mydb2/neostore.labeltokenstore.db.names.id +0 -0
- data/lib/mydb2/neostore.nodestore.db +0 -0
- data/lib/mydb2/neostore.nodestore.db.id +0 -0
- data/lib/mydb2/neostore.nodestore.db.labels +0 -0
- data/lib/mydb2/neostore.nodestore.db.labels.id +0 -0
- data/lib/mydb2/neostore.propertystore.db +0 -0
- data/lib/mydb2/neostore.propertystore.db.arrays +0 -0
- data/lib/mydb2/neostore.propertystore.db.arrays.id +0 -0
- data/lib/mydb2/neostore.propertystore.db.id +0 -0
- data/lib/mydb2/neostore.propertystore.db.index +0 -0
- data/lib/mydb2/neostore.propertystore.db.index.id +0 -0
- data/lib/mydb2/neostore.propertystore.db.index.keys +0 -0
- data/lib/mydb2/neostore.propertystore.db.index.keys.id +0 -0
- data/lib/mydb2/neostore.propertystore.db.strings +0 -0
- data/lib/mydb2/neostore.propertystore.db.strings.id +0 -0
- data/lib/mydb2/neostore.relationshipstore.db +0 -0
- data/lib/mydb2/neostore.relationshipstore.db.id +0 -0
- data/lib/mydb2/neostore.relationshiptypestore.db +0 -0
- data/lib/mydb2/neostore.relationshiptypestore.db.id +0 -0
- data/lib/mydb2/neostore.relationshiptypestore.db.names +0 -0
- data/lib/mydb2/neostore.relationshiptypestore.db.names.id +0 -0
- data/lib/mydb2/neostore.schemastore.db +0 -0
- data/lib/mydb2/neostore.schemastore.db.id +0 -0
- data/lib/mydb2/nioneo_logical.log.1 +0 -0
- data/lib/mydb2/nioneo_logical.log.active +0 -0
- data/lib/mydb2/nioneo_logical.log.v0 +0 -0
- data/lib/mydb2/schema/label/lucene/segments.gen +0 -0
- data/lib/mydb2/schema/label/lucene/segments_1 +0 -0
- data/lib/mydb2/schema/label/lucene/write.lock +0 -0
- data/lib/mydb2/store_lock +0 -0
- data/lib/mydb2/tm_tx_log.1 +0 -0
- data/lib/neo4j.rb~ +0 -40
data/lib/mydb2/neostore
DELETED
Binary file
|
data/lib/mydb2/neostore.id
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
Binary file
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
data/lib/mydb2/store_lock
DELETED
File without changes
|
data/lib/mydb2/tm_tx_log.1
DELETED
File without changes
|
data/lib/neo4j.rb~
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
require 'neo4j/version'
|
2
|
-
|
3
|
-
#require "delegate"
|
4
|
-
#require "time"
|
5
|
-
#require "set"
|
6
|
-
#
|
7
|
-
#require "active_support/core_ext"
|
8
|
-
#require "active_support/json"
|
9
|
-
#require "active_support/inflector"
|
10
|
-
#require "active_support/time_with_zone"
|
11
|
-
|
12
|
-
require "neo4j-core"
|
13
|
-
require "active_model"
|
14
|
-
require 'active_support/concern'
|
15
|
-
require 'active_support/core_ext/class/attribute.rb'
|
16
|
-
|
17
|
-
require 'active_attr'
|
18
|
-
require 'neo4j/wrapper'
|
19
|
-
require 'neo4j/type_converters'
|
20
|
-
require "neo4j/active_node/labels"
|
21
|
-
require 'neo4j/active_node/identity'
|
22
|
-
require 'neo4j/active_node/callbacks'
|
23
|
-
require 'neo4j/active_node/initialize'
|
24
|
-
require 'neo4j/active_node/property'
|
25
|
-
require 'neo4j/active_node/persistence'
|
26
|
-
require 'neo4j/active_node/validations'
|
27
|
-
require 'neo4j/active_node/rels'
|
28
|
-
require 'neo4j/active_node/has_n'
|
29
|
-
require 'neo4j/active_node/has_n/decl_rel'
|
30
|
-
require 'neo4j/active_node/has_n/nodes'
|
31
|
-
require 'neo4j/active_node'
|
32
|
-
|
33
|
-
require 'neo4j/active_node/orm_adapter'
|
34
|
-
|
35
|
-
if defined? Rails::Generators # defined in 'rails/generators.rb'
|
36
|
-
# TODO, not sure this is the correct way of adding rails generators
|
37
|
-
# See https://github.com/andreasronge/neo4j/blob/gh-pages/neo4j.rb
|
38
|
-
# It is required from the rails config/application file
|
39
|
-
require 'rails/generators/neo4j_generator'
|
40
|
-
end
|