Hi, I've been looking for a light weight alternative to rails for a few small projects, and just came across merb, which looks perfect. The only issue is that merb seems to be tied to mongrel, and I have to deploy to our internal infrastructure which uses FastCGI.
How difficult would it be for me to modify merb to support a fcgi interface (actually a rack interface - rack is middleware that standardizes web requests between cgi, fcgi, mongrel, webrick, etc.)? Is the merb code base very tightly coupled with Mongrel? Any suggestions on where to start digging? Thanks, Dan _______________________________________________ Merb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/merb-devel
