amco / dolly

Not an ORM for CouchDB in rails.
8 stars 3 forks source link

Do not allow a request to be instantiated with missing config data #134

Closed seancookr closed 7 years ago

seancookr commented 7 years ago

Removing the default options for the port and and adding exceptions for missing config options will ensure that Dolly will raises an error when there is no data set, and will no longer fall back silently using the default host and port (Which causes a problem when the database is not on the same box as the host)

norcal82 commented 7 years ago

:shipit: