CouchRest::ExtendedDocument provides incorrect document URIs
Reported by Marcos Tapajós | October 19th, 2009 @ 09:28 AM
Reported by samlown on github
CouchRest::ExtendedDocument (/core/document.rb) incorrectly adds "http://" to the database root. I've committed a patch with tests to my fork based on mattetti's:
http://github.com/samlown/couchrest/commit/bb2c7e87ad5c0b6b70e79f2a...
sam
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
"CouchDB, close to the metal." <a href="http://github.com/jchris/couchrest/tree/master">CouchRest</a> is a RESTful layer for accessing CouchDB, based off CouchDB's included Javascript reference client. CouchRest also includes helpers for running large queries etc. There is also a base class for ActiveRecord / Datamapper style ORM, called CouchRest::Model.