From: Todd Gillespie Date: 2001-09-16T06:19:07+09:00 Subject: [ruby-talk:21241] Re: Minor cgi.rb question Yukihiro Matsumoto wrote: : To tell the truth, I see some drawback in cgi.rb, for example, too : much use of eval() prevent inheritance from CGI class. If someone wants : to write next generation CGI library, I would encourage him. : matz. I'm just not connecting with the rest of this thread; the argument about how to design an HTML generator. I look at that (the generation of text document) as being entirely orthogonal to the questions of CGI (providing an environment for executable content on the web). What does everyone want to see in future Ruby on the web environments? I want high performance, single-process generalized cache, DB connection pooling, a concise way to manipulate the virtual url tree, and a templating system. I also want a way to integrate or re-implement (preferably the former) large chunks of the OpenACS application logic. Mostly that means aolserver, which is why I'm writing ns_ruby. But I don't know what other Ruby developers want to work in. Anyone?