[Rails] Re: How RoR handles multiple sub-websites under one host?

2010-10-05 Thread crab
Hi Marnen, > > My question is, how can I start one "ruby server" and use one config > > for multiple sub-websites? > > You normally wouldn't want to, if they're completely separate Rails > apps.  If they don't share data or anything, they should be independent > Rails applications running on separ

[Rails] How RoR handles multiple sub-websites under one host?

2010-10-05 Thread crab
Hi there. I am trying out Rails and would like to get some advice on this topic. In my workplace, we are using IIS as web server. And we usually create folders under root as sub-websites. For example: http://my.web.site/sub_web_1/index.html http://my.web.site/sub_web_2/index.html (and so on...)