How can I use Mongrel for my non-rails ruby webapp?

Posted by aharon on Stack Overflow See other posts from Stack Overflow or by aharon
Published on 2010-04-26T02:00:04Z Indexed on 2010/04/26 2:03 UTC
Read the original article Hit count: 314

Filed under:
|

I've got a non-RoR but ruby webapp in the works.

So far, I've just been using requests, hacks, and mod_ruby; but I'd really like to try out Mongrel--which seems to work really well for RoR sites.

I looked at the examples given in GitHub, and none of them does dynamic changing of content w/o having to restart Mongrel like you can do in RoR under dev mode.

How can I do this? (Just using load doesn't work.)

© Stack Overflow or respective owner

Related posts about ruby

Related posts about mongrel