In case anyone is interested, I wrote a very primitive GUI for autotest
using shoes at: http://github.com/sambo99/autotest-shoes-gui/tree/master

I think I figured out a cleanish way for shoes and ruby to live together
happily.

I have all my Ruby stuff (that needs access to gems etc..) live in one
process, it runs a drb server.
I have my shoes stuff only include the UI.

For an added bonus I set it up so a single script can run both under shoes
and ruby by having the ruby section at the top and the shoes section at the
bottom.

Its primitive, and buggy, but its a start ... please fork it as you see fit,
this has lots of potential

Reply via email to