From: Agazoom Date: 2006-08-17T10:35:04+09:00 Subject: Multiple templates - one app Hi everyone, Rails newbie here so forgive the question if the answer is ridiculously obvious. I am trying to write an app that meets the following requirements. I'd like to do it in Rails, but having pored over documentation for that past couple of days, don't even know whether it's feasible or not. Basically: * One codebase * multiple domains * each domain will have the same base functionality, but the look and feel will be determined based on a selection of templates To summarize, I would like a system whereby people can sign up for a site, pick their domain name, everyone gets the same functionality, but they can choose from a selection of provided templates and customize the look and feel of their site. if it is possible, can you point me in the right direction? Thanks ... your comments are appreciated.