I wonder if it is possible to use Rails as a MVC model with GUI libraries (for example wxruby, gtkruby, java w/jruby) for ruby instead of a web server fronted and instead of rendering as html, js, xml or json etc?
Has anyone done this or have examples of such an implementation?
Is there such a gem for rails that adds these features and replaces tiny, mongrel etc as a wrapper?