Web.rb?

Hello,

Beside the “too clever by half” Rails, is there some more
straightforward Web library that anyone would recommend?

Perhaps something along the lines of Web.py or such?

http://webpy.org/

TIA!

Cheers

On Wed, 15 Feb 2006, PA wrote:

Cheers

why not just write a servlet for webrick?

-a

PA wrote:

Hello,

Beside the “too clever by half” Rails, is there some more
straightforward Web library that anyone would recommend?

Nitro.

It’s a different sort of clever.


James B.

“Blanket statements are over-rated”

I am writing a Wiki and web application framework called Pandora
(http://pandora.rubyveil.com/) which should be easy to set up and use
since it does not require any database server. I haven’t released any
source code yet, but I will as soon as it gets to a better shape. As
of now, it is a fully functional Wiki system, although still missing a
few critical features, primarily in the viewing and restoring of page
revisions.

Julian I. Kamil

PA asked:

Beside the “too clever by half” Rails, is there some more straightforward
Web library that anyone would recommend?

Perhaps something along the lines of Web.py or such?

Erik V.'s RubyWebDialogs is very simple:

http://www.erikveen.dds.nl/rubywebdialogs/index.html

Cheers,
Dave