On Fri, 31 May 2002, Sean O'Dell wrote: > I've read up on a lot of the older discussions regarding using Ruby for > CGI scripts and HTML generation, but I was wondering if anyone had any > opinions about the current state of the HTML generation. > > Specifically: > > Where's the documentation for eRuby? I can't find a single scrap of > actual documentation out there anywhere. > > I prefer a templating system like HTML::Template or PageTemplate. Has > anyone had any good/bad experiences with these? I've used PageTemplate (a bit), and found that I really like it. Once I'm done with my current project I think I'll go back and re-work some existing sites to use it. -pate > I would be much happier > with a C/C++ .so implementation for Linux over Ruby code for parsing the > HTML template, for the added speed mainly...is there anything out there > like that? > > Does anyone have additional thoughts or suggestions? > > Sean > >