syj121
Results
2
issues of
syj121
Faraday::Error: :json is not registered on Faraday::Request
rails 6.1 ruby 3.1.1 activegraph 11.1.0 neo4j 5.25.1 ``` class Book include ActiveGraph::Node property :title, type: String end ``` ``` driver = Neo4j::Driver::GraphDatabase.driver(uri, Neo4j::Driver::AuthTokens.basic(username, password)) ActiveGraph::Base.driver = driver ``` driver...