Skip to content
New issue

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

Rake task tries to load file that has been removed from the project #1634

Open
cassiomarques opened this issue Nov 20, 2020 · 0 comments
Open

Comments

@cassiomarques
Copy link

hi,

When trying to run bundle exec rake neo4j:migrate in a project that is not Rails, I get the following error:

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

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

Runtime information:

Using activegraph 10.0.1, but it looks like master has the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant