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
Soooo ... I installed neo4j-rake_tasks by use of bundler and a Gemfile and that seems to go well, but there is no Rakefile or what?
neo4j-rake_tasks
$ rake neo4j:install[community-latest] rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) ...
The text was updated successfully, but these errors were encountered:
Ah, found out: Create your own Rakefile in the project root with:
require 'neo4j/rake_tasks'
Do add that the the README?
Sorry, something went wrong.
Thank you! I was looking for this.. I was trying to require 'neo4j-rake_tasks' and was getting errors!
require 'neo4j-rake_tasks'
No branches or pull requests
Soooo ... I installed
neo4j-rake_tasks
by use of bundler and a Gemfile and that seems to go well, but there is no Rakefile or what?The text was updated successfully, but these errors were encountered: