Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

library for html generation

0 views
Skip to first unread message

Larry White

unread,
Dec 16, 2005, 6:27:57 PM12/16/05
to
Is there a ruby library for generating HTML? I'm looking for something
(other than what rails comes with), that's not tied tightly to any
particular web server framework.

Basically i just want to be able to call a method like get_textarea(..),
pass in the appropriate html attributes and get back a string with an html
<textarea> snippet with the attribuetes set.

Thanks in advance.
-larry

Gene Tani

unread,
Dec 16, 2005, 7:20:30 PM12/16/05
to

Larry White

unread,
Dec 16, 2005, 7:27:54 PM12/16/05
to
yikes!

thanks much.

Collins, Justin

unread,
Dec 17, 2005, 7:48:33 PM12/17/05
to
Don't forget the CGI standard library:

http://ruby-doc.org/stdlib/libdoc/cgi/rdoc/index.html


-Justin

0 new messages