From: Starr Trader Date: 2008-01-23T09:27:47+09:00 Subject: Re: Quick ruby-powered html-forms? Casimir wrote: > I am certain someone has made a solution for quickly creating forms with > ruby. Any ideas? (other than installing rails) > > Thanks > > Casimir Believe it our not, this is still something that seems to be missing even in rails. Forms can be built from eRB or other template libraries, but that still requires some fairly close interaction with the nuts and bolts of the form especially if you want more then just the default types. This is an area where the separation of content from presentation is still a real challenge. It should be possible to describe what data one wants from the use in one place and make decisions about how to ask for that data in another. If you have any luck with this let us know. StarTrader P.S. This inspired a slightly more length blog post: http://startrader.wordpress.com/2008/01/22/towards-a-better-way-to-build-forms/ -- Posted via http://www.ruby-forum.com/.