Is this a valid question? I thought that Webrick already offered some
of the web application management classes (sessioning, templates etc)
that these other tools do. Am I wrong? So far my only experience with
web development in ruby is in fastcgi, which has worked well for me, but
I’d like to explore other options.
Thanks,
Carl
WEBrick is a ruby library to build web servers. It can be used with things
like ERb for templating and one can do all sorts of cool things with it, but
it is a building block.
Borges uses WEBrick.
Kirk Haines
···
On Sat, 8 May 2004 09:31:31 +0900, Carl Youngblood wrote
Is this a valid question? I thought that Webrick already offered
some of the web application management classes (sessioning,
templates etc) that these other tools do. Am I wrong? So far my
only experience with web development in ruby is in fastcgi, which
has worked well for me, but I’d like to explore other options.
WEBrick has some very nice features for building traditional web
applications, but does not include support for sessions or templates
directly.
You can get session support out of CGI.rb, and templates with erb or
RDoc. This would allow you to write a zero-dependency web-app in Ruby.
···
Carl Youngblood (carl@youngbloods.org) wrote:
Is this a valid question? I thought that Webrick already offered some
of the web application management classes (sessioning, templates etc)
that these other tools do. Am I wrong? So far my only experience with
web development in ruby is in fastcgi, which has worked well for me, but
I’d like to explore other options.
–
Eric Hodel - drbrain@segment7.net - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04