Re: ripple: uninitialized constant ManyLinkProxy

2010-05-28 Thread Sean Cribbs
When I say "embedded associations", I mean the association's target class is an EmbeddedDocument. I know for certain that Adam Hunter, who did most of the work for those, is using them in his application. At this point I don't have an estimate for when it will be ready to use, but given the upc

Re: ripple: uninitialized constant ManyLinkProxy

2010-05-28 Thread francisco treacy
Thanks for the prompt reply, Sean. What do you mean by "embedded associations"? How do you create those? For the moment I'll work with with "property :items, Array, :default => [] ". As links are quite essential to work with Riak, do you have an estimation when this functionality will be ready fo

Re: ripple: uninitialized constant ManyLinkProxy

2010-05-28 Thread Sean Cribbs
Francisco, I'm sorry this didn't make it around to you yet (I think it was in the recap a few days ago). The associations feature is incomplete and thus only embedded associations work. I might change it to raise a NotImplementedError until they are. Sean Cribbs Developer Advocate Basho Tec

ripple: uninitialized constant ManyLinkProxy

2010-05-28 Thread francisco treacy
I am having an issue with Ripple: $ rails c ruby-1.9.1-p378 > user = User.find('francisco.tre...@gmail.com') [...] ruby-1.9.1-p378 > user.books NameError: uninitialized constant Ripple::Document::Associations::ManyLinkProxy from /Users/ftreacy/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-