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

ActiveGraph relies on [a Rails 3.x method for cache clearing](https://github.com/neo4jrb/activegraph/blob/master/lib/active_graph/node/labels/reloading.rb): `before_remove_const`. We are running with the gem in a Rails 7 app. So the method is never called, and as...

In a Rails 7.1.3 application with activegraph-f86d54c8ebf6, neo4j-ruby-driver-4.4.5, and Neo4j 4.1.6 the test_helper file contains `require 'active_graph'`. Running all the tests with `rake test` is fine, but running single test...

I am running a Rails 7.0 app with ActiveGraph 11.4.0 and see a deprecation warning when the app starts: > DEPRECATION WARNING: ActiveSupport::PerThreadRegistry is deprecated and will be removed in...

It would be great if there were a 'none' method returning empty result set like active_record does it. http://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-none

good first issue

I am attempting to follow the instructions from documentation here: http://neo4jrb.io/#getting-started I added these gems and ran bundle install ``` gem 'activegraph' gem 'neo4j-ruby-driver' ``` and in my config/application.rb I...

Looks like calling `each_rel` or `rels` affects the relation and removes objects from it. Previously we were using: Neo4j database version: 4.4 ActiveGraph version: 11.1.0.alpha.4 Neo4j-driver-ruby: 4.4.3 Code below was...

Hello, I noticed that the documentation shows an incorrect command for generating migrations. The current command mentioned is: `rails generate neo4j:migration RenameUserNameToFirstName` However, this command does not work. Instead, the...

### Code example (inline, gist, or repo) Failing specs to demonstrate the issue https://github.com/neo4jrb/activegraph/pull/1690 ### Runtime information: neo4j gem version: [11.3.1](https://rubygems.org/gems/activegraph/versions/11.3.1) neo4j database version: `4.4.11 Enterprise `

I think issue #1424 has started to bloom into multiple issues. I'm opening this up to continue the discussion of creating some sort of includeable ActiveLabel module functionality. #### Preface...

We have ran into _seemingly_ random issues particularly with regard to either adding or removing constraints. A recent example of this is a simple migration that is defined like so:...