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...) When I follow through the tutorial on setup Ruby and Rails, I notice that the "scaffold" is creating app folder, config folders, etc. for single website only. To simulate my current directory structure, I suppost to create folers: /my_rails_root/sub_web_1/ /my_rails_root/sub_web_2/ (and so on...) and "scaffold" to each of them. However, doing so means I have to start "ruby server" for each of them and config each of them. My question is, how can I start one "ruby server" and use one config for multiple sub-websites? Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

