Hi there Would like to know if anything exists, specifically designed and built to work with Rails, for UI development? Something akin to Google Web Toolkit (GWT)? Thanks Steve -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Steve A. wrote in post #977858:> Would like to know if anything exists, specifically designed and built > to work with Rails, for UI development? Something akin to Google Web > Toolkit (GWT)?Not specifically to work with Rails, but that''s actually a good thing. It''s better for you to provide the API specifically designed for your client-side development tool of choice. Not the other way around. There are several client-side JavaScript tool kits for building desktop style applications that run inside browsers: http://www.sproutcore.com/ http://cappuccino.org/ http://dojotoolkit.org/ http://jqueryui.com/ Just to name a few. Oh, and there''s nothing stoping you from using Google Web Toolkit if you like that one. I''m personally not a fan, but to each his own. http://code.google.com/webtoolkit/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Steve A. wrote in post #977858:> Hi there > > Would like to know if anything exists, specifically designed and built > to work with Rails, for UI development?Indeed. There''s this nifty thing called HTML. :D (Yes, that was snarky. "UI development" is vague as stated.)> Something akin to Google Web > Toolkit (GWT)?You can use GWT with Rails -- it''s independent of the server-side environment, since it lives entirely on the client side. There''s a Rails plugin to help the integration, but I don''t know anything about it beyond the fact that it exists.> > Thanks > SteveBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.