Skip to content

rails g neo4j:active_graph User error #39

@nomasprime

Description

@nomasprime
DEPRECATION WARNING: ActiveSupport::PerThreadRegistry is deprecated and will be removed in Rails 7.1.
Use `Module#thread_mattr_accessor` instead.
 (called from <main> at /Users/user/Organisations/playtimestudios/contacts/server/config/application.rb:17)
WARNING: Zeitwerk defines the constant Devise after the directory

    /Users/user/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/devise-activegraph-3.0.0/lib/devise

To prevent that, please configure the loader to ignore it:

    loader.ignore("#{__dir__}/devise")

Otherwise, there is a flag to silence this warning:

    Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
Could not find generator 'neo4j:active_graph'. (Rails::Command::Base::CorrectableError)
Run `bin/rails generate --help` for more options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions