On Aug 7, 2013, at 10:35 AM, Jace Poirier-Pinto wrote:
> Hello,
>
> I am trying to use Riak's gem 'ripple' for a Ruby on Rails project and I was
> wondering if there was any 'advanced' documentation for data manipulation in
> the Document Model. Specifically, setting up and using secondary ind
Hi Jace,
The rubydoc is probably the best resource to use. For instance, here's
more information on how to manipulate secondary indexes:
http://rubydoc.info/github/seancribbs/ripple/Ripple/Index
Let me know if that's not what you're looking for.
- Chris
On Wed, Aug 7, 2013 at 7:35 AM, Jace
Hello,
I am trying to use Riak's gem 'ripple' for a Ruby on Rails project and I
was wondering if there was any 'advanced' documentation for data
manipulation in the Document Model. Specifically, setting up and using
secondary indexes, accessing 'self' variables, etc.
__