John, Thanks for the explanation, as with so many things the answer was just staring me in the face and I refused to see it. The problem was ours, not your at all. In an effort to be more "railsee", We did not use the create_table method in ruote_sequel, but built a migration for the table. Needless to say that had negative consequence.
Sorry for the wild goose chase. Eric. On Mar 24, 2:56 am, John Mettraux <[email protected]> wrote: > On Wed, Mar 23, 2011 at 04:28:56PM -0700, Eric wrote: > > > We upgraded to the latest version of ruote, ruote::sequel, and ruote- > > kit, and it resolved the issue. It looks like two workitems were > > getting created for the same expression (I am still not sure why). > > When reply ( now proceed :)) tried to clean them up, the storage > > responded with true because the number of deleted records was 2 not > > 1. > > > Is it valid for there to be two identical workitems? If not we will > > keep debugging to see if we can isolate why we have the duplication. > > Hello Eric, > > thanks for feedback. I changed ruote-sequel to align it to ruote-dm : > > https://github.com/jmettraux/ruote-sequel/commit/3c0d316d547f2c01162e... > > Not really sure how this can happen > > https://github.com/jmettraux/ruote-sequel/blob/3c0d316d547f2c01162e05... > https://github.com/jmettraux/ruote-sequel/blob/3c0d316d547f2c01162e05... > > Maybe you guys will find what I'm doing wrong. > > > Also there is one line in ruote-kit that has to change to allow the > > new "proceed" method to work with the latest version of ruote. We > > forked ruote-kit and made that change (and a couple of others which > > are not fit for the standard gem). > > > Let us know if there is anything we can do to help and thanks for gem > > updates. > > Is that this : > > https://github.com/tosch/ruote-kit/commit/3b46f3c9a0ef7cd5c50d241f5ed... > > ? > > Please tell me if you have any other patch I should consider. > > Many thanks, > > -- > John Mettraux -http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
