neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 277 forks source link

Ruby setup doesn't work #1689

Closed nomasprime closed 1 year ago

nomasprime commented 1 year ago

Running the docs doesn't work.

Additional information which could be helpful if relevant to your issue:

Code example (inline, gist, or repo)

https://neo4j.com/developer/ruby-course/

rails new asset_portal -m http://neo4jrb.io/neo4j/neo4j.rb -O

404 Not Found (OpenURI::HTTPError)

Runtime information:

Neo4j database version: neo4j gem version: neo4j-core gem version:

amitsuryavanshi commented 1 year ago

@nomasprime Can you check if this works https://neo4jrb.readthedocs.io/en/stable/Setup.html ?

nomasprime commented 1 year ago

Ah, I should have noticed I was on an old version 🤦‍♂️ Brilliant! Thanks @amitsuryavanshi 👊