activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

An active model wrapper for the Neo4j Graph Database for Ruby.

Results 113 activegraph issues
Sort by recently updated
recently updated
newest added

I'm encountering a problem with a deep relation and I was wondering if it could be solved within neo4jrb scope. Sometimes I have specific relations like this ``` (:Tutorial)

I am using ActiveNode::Timestamps. I noticed that if the declared properties remain unchanged, but undeclared properties are changed, the updated_at timestamp is not updated. I can work around it, but...

_Note: what follows isn't something I have time to implement at the moment, but I wanted to record the idea for possible future use._ Idea to improve polymorphic association handling:...

In #1490 I found a few micro-optimizations to apply for `ActiveNode`'s deserialization of nodes. It got me thinking about how this could be improved further. The primary way I could...

In the Rails logs it would be great if it said how much time was spent in Neo4j queries like it shows for ActiveRecord. This repo for MongoDB might provide...

Getting the following error when running tests using rspec and rails 5.1. It is only happening in the test environment, the same code executed on a console works fine. ```...

user feedback required

This pull introduces/changes: * Added `Neo4j::Shared::TypeConverters.create` DSL method to create a simple converter I noticed that most of the converters are written as classes with all their methods defined on...

currently jruby implies embedded. Do you have any idea what's the best way to clean that up? ``` s.add_dependency('neo4j-community', '~> 2.0') if RUBY_PLATFORM =~ /java/``` Additional information which could be...

After working on the neo4j-core `.union` patch, I wanted to keep up the momentum. This PR contains proposed `ActiveLabel` API updates. The main change from what you had (I think)...

Just docs so far as a way to think through the notion of ``ActiveLabel``. See also #1453