We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
When trying to run bundle exec rake neo4j:migrate in a project that is not Rails, I get the following error:
bundle exec rake neo4j:migrate
rake aborted! LoadError: cannot load such file -- active_graph/session_manager
Looking at the Rake task code, I can see that it's requiring this active_graph/session_manager file: https://github.com/neo4jrb/activegraph/blob/master/lib/active_graph/tasks/migration.rake#L8
active_graph/session_manager
However the file seems to have been removed from the project, I can't find it in https://github.com/neo4jrb/activegraph/blob/master/lib/active_graph
Using activegraph 10.0.1, but it looks like master has the same problem.
activegraph 10.0.1
master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
When trying to run
bundle exec rake neo4j:migrate
in a project that is not Rails, I get the following error:Looking at the Rake task code, I can see that it's requiring this
active_graph/session_manager
file: https://github.com/neo4jrb/activegraph/blob/master/lib/active_graph/tasks/migration.rake#L8However the file seems to have been removed from the project, I can't find it in https://github.com/neo4jrb/activegraph/blob/master/lib/active_graph
Runtime information:
Using
activegraph 10.0.1
, but it looks likemaster
has the same problem.The text was updated successfully, but these errors were encountered: