Subdomaining in rails 3
问题 I am working on a project which is a app store. User can subscribe to many applications. I am creating a subdomain for each user and applications he subscribed are again running on subdomains. Eg. 1). One user registers and selects subdomain as "mysubdomain". Then after logging in he will be accessing everything as "mysubdomain.appstore.com". 2). After registration he subscribes an app, say, "discussion-board". 3). Then the discussion board will be running on "discussion-board.mysubdomain