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

Does activegraph support Cypher in general or really only Neo4j? I am interested in Ruby and https://age.apache.org and fail to see, how neo4jrb would only support neo4j, when Cypher is...

![image](https://user-images.githubusercontent.com/6344099/177529434-950aa18a-47bf-40fc-8fca-f11fcaef2c5b.png)

Hi I have an issue with fetching data - all operation like Model.first, Model.last, Model.find_by(name: 'some name') ends up with error NoMethodError (undefined method `to_sym' for nil:NilClass) BUT when I...

bug

It's very helpful to have float (ie msec) precision in timestamps, especially when you want to use the created_at time as the sort value for ActiveRel's. I'm manually doing something...

Given, ``` class Person has_many :out, :knows, model_class: 'Person', type: nil has_many :in, :posts, type: :posts end class Post has_one :out, :owner, origin: :posts, model_class: 'Person' end ``` Currently we...

feature

It appears that when newer versions activegraph encounter a deadlock, they hang and no longer responds to signals, meaning the process needs to be kill -9'd. I encountered this in...

We recently set up a proxy (istio/envoy) between our Rails backend and the Neo4j database. After that switch, we would get a SessionExpiredException after a period of inactivity. Once we...

[`Vagrantfile`](https://github.com/neo4jrb/activegraph/blob/10/Vagrantfile) uses [neo4jrb/neo4j-rake_tasks](https://github.com/neo4jrb/neo4j-rake_tasks) but [this comment](https://github.com/neo4jrb/neo4j-rake_tasks/issues/50#issuecomment-683074482) on neo4jrb/neo4j-rake_tasks#50 > We are actually going away from neo4j-rake_tasks in favor of bolkit or direct shell. suggests it is not (was not going...

Since the newest news article on the homepage is from 2016, might it be sensible to post an update, or take that section from the homepage. Currently, it suggests that...

The `neo4j.core.bolt.request `event duration seems to generally be very short, often 0ms. This is even the case when running queries that take multiple seconds to run. Unfortunately, this makes it...