Emanuele, Take a look at the Heroku client library on Github. The "client.rb" file is a good place to start. You can easily pass to it a login credentials and call "add_domain" programatically.
http://github.com/heroku/heroku/blob/master/lib/heroku/client.rb Hope this helps Shayne On Nov 28, 1:53 am, Emanuele Tozzato <[email protected]> wrote: > Hello! > > I'm testing one application that uses custom domains. Virtually I > would setup a domain for every user activation: I figured out that I > can't use the heroku gem on production as my credentials are missing, > but is there an API or an automated method to do it, or I'll have to > parse incoming emails on my machine and trigger a local script for the > eternity? what if the application scales? :O :) > > E/ -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
