On 10/15/06, David Vallner <david / vallner.net> wrote: > Sir Psycho wrote: > > If mod_ruby is only available for *nix systems, how can I code ruby > > scripts into HTML files without using rails? Does webrick still work? > > > > Webrick works happily, I thought. Right. Either use Webrick's cgi handler - there was a thread on this a few weeks ago - or write a special handler. The same should be possible with Mongrel. > Alternately, gang up Apache with Mongrel for more speed? (I'd avoid > lighttpd since I don't trust that Cygwin doesn't do Cruel and Unusual > things to IO performance.)