Hello, When using ruote-kit (jmettraux repository) to get a list of schedules as json, the owner and target fields get serialized as ruby class ids.
e.g. curl -H "Accept: application/json" http://localhost:9292/_ruote/schedules (...) ,"owner":"#<Ruote::FlowExpressionId: 0xa1e15c4>","target":"#<Ruote::FlowExpressionId:0xa1e0070>", (...) tosch_le proposed the following fix: http://github.com/tosch/ruote-kit/commit/e71e2eb7cccb59157734961e91ba2b4bb028e112 So now we get owner/target as hashes. Is that ok ? John , how do you wanted this to be ? -- 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
