active-orient
active-orient copied to clipboard
Pure Ruby interface to OrientDB
Results
2
active-orient issues
Sort by
recently updated
recently updated
newest added
`rescue in block in connect': Failed to open TCP connection to localhost:2480 (Connection refused - connect(2) for "localhost" port 2480) (Errno::ECONNREFUSED)
Currently active-orient picks server details from a `connect.yml` file. The following lines takes the config in the activeorient.rb file. ``` username = eval(connectyml[:user]) password = eval(connectyml[:pass]) server = eval(serveryml[:server]) port...