Views returns cast properly
Reported by J. Chris A. | October 3rd, 2008 @ 03:14 PM
If a view returns objects with a different couchrest-type, those should be instantiated as such.
What to do about objects w/o a couchrest-type? They should be more than hashes but not get a type applied on save.
What about objects where there is no Constant for the couchrest-type? Those should be Abstract as well.
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.