ruote tmp/log_2011-02-07.html

2011-02-07 15:10:39 utc hallelujah Hello all
2011-02-07 15:11:54 utc kschiess hallelujah!
2011-02-07 15:12:19 utc hallelujah :)
2011-02-07 15:12:37 utc hallelujah I need a small help with ruote-kit
2011-02-07 15:14:33 utc hallelujah I have a "ping pong" application with rails working since yesterday
2011-02-07 15:14:58 utc hallelujah but when I decided to switch all the ruote gems to master ... things went bad
2011-02-07 15:16:05 utc hallelujah It seems that the ruote rails worker don't work :s
2011-02-07 15:22:00 utc kschiess I have no clue, but master .. is sometimes a) far ahead/inconsistent and b) might not be compatible across projects.
2011-02-07 15:22:14 utc kschiess Why not stick to released versions?
2011-02-07 15:41:38 utc hallelujah sorry afk
2011-02-07 15:42:21 utc hallelujah Sticking with branch "ruote2.1" leads to the same issue
2011-02-07 15:43:01 utc tosch_le hello hallelujah, welcome on #ruote
2011-02-07 15:43:18 utc hallelujah I have a working example in my github repos at master but branch worker_issue does'nt
2011-02-07 15:43:22 utc hallelujah hello tosch_le
2011-02-07 15:43:35 utc tosch_le sorry for the late reply. what exactly means "the ruote rails worker don't work"?
2011-02-07 15:44:39 utc hallelujah I use amqp as a broker
2011-02-07 15:45:12 utc hallelujah workitem replies from amqp are not handled by ruote worker (rake ruote:run_worker)
2011-02-07 15:45:24 utc hallelujah since I updated the gems
2011-02-07 15:46:13 utc hallelujah Here is the example if you want to dig : git@github.com:hallelujah/rails-sample-ruote-amqp.git
2011-02-07 15:46:19 utc hallelujah hmmm excuse me
2011-02-07 15:46:25 utc hallelujah https://hallelujah@github.com/hallelujah/rails-sample-ruote-amqp.git
2011-02-07 15:47:02 utc tosch_le is there an error message somewhere?
2011-02-07 15:47:11 utc hallelujah no error message
2011-02-07 15:47:59 utc tosch_le sorry, i'm not really into ruote-amqp
2011-02-07 15:48:28 utc tosch_le so i suppose it'll be best if you post a message to the mailing list
2011-02-07 15:48:44 utc hallelujah Ok thaks for your help
2011-02-07 15:48:59 utc hallelujah but I don't think it is ruote-amqp issue
2011-02-07 15:49:14 utc hallelujah since if I stop the worker
2011-02-07 15:49:28 utc hallelujah switch back to my master branch
2011-02-07 15:49:43 utc hallelujah then relaunch the worker, I get the reply
2011-02-07 15:50:02 utc hallelujah maybe something is broken in the storage
2011-02-07 15:50:32 utc hallelujah or in the way how local participant works
2011-02-07 15:51:03 utc tosch_le which version of ruote-amqp do you use?
2011-02-07 15:51:47 utc hallelujah branch ruote2.1
2011-02-07 15:51:55 utc hallelujah on git
2011-02-07 15:52:01 utc tosch_le which github repo?
2011-02-07 15:52:07 utc hallelujah yes github repo
2011-02-07 15:52:19 utc tosch_le https://github.com/kennethkalmer/ruote-amqp ?
2011-02-07 15:52:25 utc tosch_le there is a master branch
2011-02-07 15:52:28 utc tosch_le , too
2011-02-07 15:52:28 utc hallelujah oh sorry :) yes indeed
2011-02-07 15:52:46 utc hallelujah yep , tried too
2011-02-07 15:53:23 utc tosch_le :-(
2011-02-07 15:53:37 utc tosch_le sorry, i suppose i can't be of much help, then.
2011-02-07 15:53:52 utc tosch_le please post to the ml with as much details as possible
2011-02-07 15:54:40 utc hallelujah ok
2011-02-07 15:54:49 utc hallelujah thanks for your help
2011-02-07 15:55:07 utc tosch_le thanks to you for reporting!
2011-02-08 00:12:24 utc sandbox does ruote handle passing variables that are arrays? like
2011-02-08 00:12:32 utc jmettraux sandbox: hello and welcome to #ruote
2011-02-08 00:12:46 utc sandbox participant :ref => 'alpha', :something => "${v:my_array}"
2011-02-08 00:12:54 utc sandbox hello
2011-02-08 00:13:02 utc sandbox i think i got my greetings backwards
2011-02-08 00:13:14 utc jmettraux sandbox: no, the 'dollar notation' will squash it into a string
2011-02-08 00:13:16 utc jmettraux no worries
2011-02-08 00:13:44 utc jmettraux you could copy the variable into a workitem field
2011-02-08 00:16:40 utc sandbox okay thanks