devise-activegraph icon indicating copy to clipboard operation
devise-activegraph copied to clipboard

rails g neo4j:active_graph User error

Open nomasprime opened this issue 1 year ago • 1 comments

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.

nomasprime avatar Mar 13 '23 13:03 nomasprime