Sha256: 90b68067664cf94c1cfe28abd9fb3fab6c58910c2bddc52219c6b8511245b14d
Contents?: true
Size: 730 Bytes
Versions: 12
Compression:
Stored size: 730 Bytes
Contents
namespace :neo4j do %i[install start start_no_wait console shell config stop info indexes constraints restart reset_yes_i_am_sure change_password enable_auth disable_auth].each do |task_name| task task_name do |_, _args| puts <<-INFO The `neo4j-rake_tasks` gem is no longer a dependency of the `neo4j-core` gem. If you would like to use the rake tasks, you will need to explicitly include the `neo4j-rake_tasks` gem in your project. Please note that the `neo4j-rake_tasks` gem is only for development and test environments (NOT for production). Be sure to require the `neo4j-rake_tasks` gem AFTER the `neo4j-core` and `neo4j` gems. For more details see the Neo4j.rb documentation INFO end end end
Version data entries
12 entries across 12 versions & 1 rubygems