Re: User White Label

2010-11-19 Thread Aaron Brethorst
Is there an upper bound on the number of domains that can be supported by Heroku for a single app? On Nov 19, 2010, at 12:22 PM, Oren Teich wrote: > you need to register the domain with Heroku, and have the user setup their > DNS to point to Heroku. > e.g. either run "heroku domains:add www.myd

Re: User White Label

2010-11-19 Thread Oren Teich
you need to register the domain with Heroku, and have the user setup their DNS to point to Heroku. e.g. either run "heroku domains:add www.mydomain.com" for each domain, or do that via api (look at the source to the gem to see the API call). You need to tell Heroku about each and every domain so w

Re: User White Label

2010-11-19 Thread Aaron Brethorst
I've actually been trying to do the same thing, and have run into the same roadblocks. Anyone? I'd hate to have to deploy this site on AWS instead of Heroku. On Nov 17, 2010, at 8:04 PM, Alfie wrote: > I'd like to be able to offer my users a white label version of our > product, meaning that th

User White Label

2010-11-19 Thread Alfie
I'd like to be able to offer my users a white label version of our product, meaning that their "account" page can be accessed from their personal domain rather than from our site so... www.myapp.com/users/account/1 can be accessed directly at... www.myusersdomain.com _without_ an iframe or gene