From: Skeets Date: 2006-02-14T05:23:25+09:00 Subject: ruby html (or xhtml) forms class... does one exist? i use an excellent php based forms class when i code in php. it includes javascriput validation, server side validation, regex validation and a lot more. does ruby have something similar, or will i have to 1. code my own (not gonna happen anytime soon) or 2. just write the html out every time (not good)? tia...