Re: Ripple Gem Help

2013-08-07 Thread Bryce Kerley
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

Re: Ripple Gem Help

2013-08-07 Thread Chris Meiklejohn
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

Ripple Gem Help

2013-08-07 Thread Jace Poirier-Pinto
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. __