activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

undefined method `current' for Neo4j::Transaction:Module Did you mean? current_for

Open vijayror opened this issue 6 years ago • 1 comments

Hi I am using rails

screen shot 2018-06-26 at 11 03 05 am

I often getting this error while creating the new user and sometimes some form submission.

Additional information which could be helpful if relevant to your issue

neo4j (7.0.3) activemodel (>= 4) activesupport (>= 4) neo4j-core (>= 6.0.0) orm_adapter (~> 0.5.0)

devise-neo4j (2.1.1)
devise (>= 3.5.2) neo4j (>= 3.0.0)
railties (>= 4.2) neo4j-core (7.1.0)
neo4j-rake_tasks (>= 0.3.0) neo4j-rake_tasks (0.7.12) os rake ruby-progressbar rubyzip (>= 1.1.7)

Neo4j database version: neo4j gem version: neo4j-core gem version:

vijayror avatar Jun 26 '18 05:06 vijayror

It would be good to know the specific version of neo4j-core (check your Gemfile.lock) you are using, but my guess is that if you are using a newer version of neo4j-core with version 7.0.3 of neo4j, that there might be an incompatibility. If you are using a newer version of neo4j-core, then you might try playing around with older versions if you don't plan on upgrading the neo4j gem

cheerfulstoic avatar Jun 26 '18 08:06 cheerfulstoic