ruote tmp/log_2011-05-04.html

2011-05-04 21:31:49 utc hartog hi all
2011-05-04 21:41:18 utc hartog with ruby 1.9.2p180, when doing a Process.daemon, Ruote::FsStorage fails with a 'Permission denied - ruote_work' - uid an gid are able to write to that dir - any clues?
2011-05-04 21:42:54 utc hartog ow never mind
2011-05-04 21:42:59 utc hartog chroot et al
2011-05-04 21:48:40 utc lbt mmm _if '${__result__} == ""' do seems not to work
2011-05-04 21:50:59 utc hartog '${f:__result__} == ""' perhaps?
2011-05-04 21:51:11 utc hartog or is __result__ some special key
2011-05-04 21:51:14 utc hartog ?
2011-05-04 21:51:56 utc lbt it's used by the result() code
2011-05-04 21:52:08 utc lbt I'll try the f: though ...
2011-05-04 21:52:38 utc lbt https://github.com/jmettraux/ruote/blob/master/lib/ruote/workitem.rb#L145
2011-05-04 21:54:01 utc hartog considering that code, I would be inclined to think that f:__result__ would be the way to go...
2011-05-04 22:01:37 utc hartog bedtime it is
2011-05-04 22:01:43 utc hartog ACTION waves
2011-05-04 22:03:11 utc lbt o/
2011-05-04 22:03:34 utc lbt http://pastie.org/1865909 FWIW