I installed  ruote-kit + ruote-sequel and it appears to work as
advertised. -- very cool. I did notice that in the ruote-kit UI
workitems do not show up -   the counts do appear to be correct in the
title, but no detail. Processes do show up fine. I have not looked at
the workitems view file. which is my next step.

You might also note in the readme the connect string for mysql. It was
not immediately obvious  by looking at the sequel gem. ( it looks like
the example for datamapper).

I used the following:

sequel = Sequel.connect(:adapter => 'mysql2', :user =>
'root', :socket=> '/tmp/mysql.sock' , :database => 'foo_development')
RUOTE_STORAGE =  Ruote::Sequel::Storage.new(sequel)
RuoteKit.engine = Ruote::Engine.new(Ruote::Worker.new(RUOTE_STORAGE) )


A feature request/suggestion, It would be nice if you could specify
the name of the documents table ( or if were a little more obscure )
so that it would not conflict with other tables in a given database. I
looked thru the ruote-sequal gem and did not see anything that would
let you change the name.

Thanks again for getting this version out the door.
Eric Smith

-- 
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

Reply via email to