From: Jonathan Denni Date: 2006-09-20T11:15:54+09:00 Subject: Re: eruby? Aredridel wrote: > On Tue, 2006-09-19 at 23:39 +0900, Jonathan Denni wrote: >> i found this here: >> http://www.ruby-doc.org/docs/ProgrammingRuby/html/web.html > > That's one way to make ruby talk to the web -- CGI, so not the fastest, > and ERB, but yeah. > >> >> is this all i need to do, or do i need a ruby-enabled web-server? >> also, where do i find this eruby binary, and httpd.conf? > > There's a binary 'erb' in the stock ruby distro that does it, or 'eruby' > from http://modruby.net/, which is likely a tad faster. > > There's also FastCGI, proxying to Mongrel or WEBrick, or other ways to > integrate ruby into the server, depending on what you're doing. > > If you want a low-barrier-to-entry works-like-PHP method, use the above. > I recommend FastCGI, SCGI or Mongrel for high-performance apps. > > Aria Thanks I downloaded eRuby. Which file do I put in the CGI directory, or do I put the whole directory? -- Posted via http://www.ruby-forum.com/.