therubymug / keymaker

A multi-layer REST API Ruby wrapper for the neo4j graph database.
MIT License
62 stars 12 forks source link

Ensure credentials only show up on the Keymaker::Service#connection and not elsewhere. #1

Closed hashrocketeer closed 12 years ago

hashrocketeer commented 12 years ago

This fixes an issue when deploying to a neo4j server that has a username/password. The REST API doesn't like username and password to be included on URIs, like a node uri for example.