Is this possible? I know mongrel supports Rails and other frameworks (Nitro) but if I created my own custom Framework how would I go about doing it?
| SitePoint Sponsor |





Is this possible? I know mongrel supports Rails and other frameworks (Nitro) but if I created my own custom Framework how would I go about doing it?
"A nerd who gets contacts
and a trendy hair cut is still a nerd"
- Stephen Colbert on Apple Users
Take a look at merb which at its core is just the mongrel server and ERB. You should be able to figure out how it integrates by looking through the source code.
Bookmarks