From: Useko Netsumi Date: 2004-01-11T00:36:40+09:00 Subject: WEBrick examples repositories First of all, bravo WEBrick creator and contributors. Perhaps you webrick'ers can help me out on how to extend webrick example into a full fledge small dynamic ruby application. I've run the WEBrick server but don't know how to extend it beyond - execute/run another ruby or serving another html file within e.g /htdocs. How to configure webrick to recognize .rb/.rbx/.rhtml extension? Do you need apache/eruby/mod_ruby/fastcgi? etc.etc... One last question, is there any good Web Application Framework written in Ruby. I'd love to convert my simple photo browsing apps written in PHP to Ruby. Thanks