Re: ripple basics

2010-09-23 Thread Sean Cribbs
1) The only other way is to send a MapReduce query across the whole bucket (which is essentially the same thing). 2) Yes, generally you do. I've experienced problems with activesupport's YAML-based parser, and certain versions of the 'json' gem are broken. Plus, it's just faster! Sean Cribbs

ripple basics

2010-09-22 Thread David Weldon
1) If I have a user model, how do I list the users w/o doing an expensive find all? It seems like I'd want to have a single object that links to all of the users, but that doesn't fit with the conventions in ripple right? 2) I just watched the webinar and looked at the docs - do I still want yajl-