model view controller - Has anyone ever written a clean MVC based ruby-gnome2 application? -


do know of serious , clean, (by clean mean rails like) mvc based ruby gui application gtk.

actually, if there ruby gui applications clean , mvc based, delighted, no matter toolkit.

what looking open source apps, can @ code, inspiration , instruction.

you should check out gem: rugui. homepage:

rugui framework aims building desktop applications. rugui inspired ruby on rails framework, taking of features it.

rugui approach provide mvc design application, separating business logic application presentation, making easy maintain , evolve application.

i've been experimenting - no expert on rugui - happy using it. developers open improvement. supports unit-testing , rspec (with basic support gui-testing, few days after asking them).

it lacks documentation, if know way around in gtk it's easy catch up.

check out these blogposts:


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -