Cgi

Hi,
Is there a CGI module for Ruby? Analogous to CGI.pm in Perl?

Daniel.

Hi,
Is there a CGI module for Ruby? Analogous to CGI.pm in Perl?

Daniel.

Time to look at the Pickaxe (see the recently-posted newcomers’ list). It has
a chapter “Ruby and the Web”.

Gavin

···

From: “Daniel Carrera” dcarrera@math.umd.edu

Yes, we have a cgi library, roughly analogous to CGI.pm. As Gavin stated, a
good place to start looking is in Programming Ruby (“The Pickaxe”), in the
chapter “Ruby and the Web.” You can browse the chapter online at
(http://165.193.123.250/book/web.html)

I would also suggest you take a look at Narf
(NARF -- better web libraries for Ruby download | SourceForge.net); although it is only in the
beginning stages of development, it is an interesting project with a lot to
offer.

Other popular CGI resources include:

… and other projects at the RAA (http://www.ruby-lang.org/en/raa.html)

I hope this has been helpful.

~ Bruce

···

On Monday 25 November 2002 09:17 pm, Daniel Carrera wrote:

Hi,
Is there a CGI module for Ruby? Analogous to CGI.pm in Perl?

Daniel.


Bruce R. Williams :: [iusris/#ruby-lang] :: http://www.codedbliss.com

‘It does not require a majority to prevail, but rather an irate,
tireless minority keen to set brush fires in people’s minds.’
– Samuel Adams

Hi,
Is there a CGI module for Ruby? Analogous to CGI.pm in Perl?

Daniel.

Yes, […]

I hope this has been helpful.

~ Bruce

It sure has. I just added a FAQ based on your answer. Thanks.

Gavin

···

From: “Bruce Williams” bruce@codedbliss.com

On Monday 25 November 2002 09:17 pm, Daniel Carrera wrote: