maxdemarzi / neography

A thin Ruby wrapper to the Neo4j Rest API
MIT License
603 stars 139 forks source link

added :persistent as a configurable option #190

Closed kelseymok closed 10 years ago

kelseymok commented 10 years ago

Excon allows for non-persistent and persistent connections. This PR allows "persistent" in neography to be configurable to true/false as opposed to the default value of true so that clients can choose to use either persistent or non-persistent connections.

maxdemarzi commented 10 years ago

Thanks!