We just had a thread about a similar topic:
http://groups.google.com/group/heroku/t/1b012e631dd80e64
But this brings up another interesting question. How do you
programmatically set up the A/CNAME records for the domain, or even
point the nameservers to Zerigo?
Although I have not used it, NameCh
Hi,
We have a similar app hosted on Heroku right now.
Even if you guys could set up zerigo to handle this. On the domain registrar
(such as godaddy) you would have to make a small set up for zerigo to handle
the domain so i guess it wouldnt help so much.
On Fri, Aug 13, 2010 at 9:30 AM, Adam McC
Keep in mind that you don't need to set an environment variable for
your app name. Heroku already stores it in ENV["APP_NAME"].
Phillip Ridlen
@philtr
On Aug 13, 12:49 pm, mwhuss wrote:
> We actually have done this inhttp://appmark.it
>
> http://gist.github.com/522935
>
> Remember that domain na
Hello
I want to join Heroku group!
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com.
For more options,
We're building a CMS-like app that allows users to create and host
their own sites. As part of this, we want to allow them to specify
their own custom domain.
I understand how to specify a custom domain on Heroku as the
developer, but I'm not sure how to let users specify domains, or if it
is eve
We actually have done this in http://appmark.it
http://gist.github.com/522935
Remember that domain names on heroku are scoped to the user. So if the
user has example.com for another heroku app and they try to register
www.example.com with your app, it won't work.
--
Marshall
http://mwhuss.co
We do this exact thing in http://appmark.it
heroku_client = Heroku::Client.new(ENV['HEROKU_EMAIL'],
ENV['HEROKU_PASSWORD'])
heroku_client.add_domain(ENV['HEROKU_APP'], new_domain_name)
Also keep in mind that domains can only be scoped to user accounts, so
if they are already using example.com for
We actually have done this in http://appmark.it
http://gist.github.com/522935
Remember that domain names on heroku are scoped to the user. So if the
user has example.com for another heroku app and they try to register
www.example.com with your app, it won't work.
--
Marshall
http://mwhuss.co
This really intrigued me, so I thought I'd dig into the Heroku gem
(http://github.com/heroku/heroku/blob/master/lib/heroku/client.rb) and
see what I could find.
On line 120 of client.rb (http://github.com/heroku/heroku/blob/master/
lib/heroku/client.rb#L120) there is a function called add_domain.
This really intrigued me, so I thought I'd dig into the Heroku gem (
http://github.com/heroku/heroku/blob/master/lib/heroku/client.rb) and see
what I could find.
On line 120 of client.rb (
http://github.com/heroku/heroku/blob/master/lib/heroku/client.rb#L120) there
is a function called add_domain.
Yeah, support is one are where they have lots of room for improvement. Once
you learn that though, it's a great hosting platform.
On Fri, Aug 13, 2010 at 8:08 PM, chris wrote:
> That worked, thanks a lot Abel...
>
> Heroku is really letting me down, support-wise... especially since
> this issue
That worked, thanks a lot Abel...
Heroku is really letting me down, support-wise... especially since
this issue is (was) 100% on their end.
On Aug 13, 11:13 am, Abel Tamayo wrote:
> It sure looks like something went wrong during that migration. Have you
> considered just destroying that applica
I ran into a similar need yesterday. I wanted to have a Heroku cron
task create a bundle of my app, to get a daily DB backup.
Here is my task:
task :cron => :environment do
require 'heroku'
heroku_username = ENV['HEROKU_USERNAME']
heroku_password = ENV['HEROKU_PASSWORD']
if heroku_userna
I'm getting the impression that a bundle package, then committing
those packaged gems to the repo and deploying is the way to go. Will
heroku by default look in the vendor/cache directory first before
installing gems remotely?
On Aug 12, 7:14 am, Matthew Todd wrote:
> On Aug 12, 2010, at 3:34 AM
Try
heroku workers 0; heroku workers 1
to force a worker restart.
btw I upgraded to the 1.9 stack and haven't had a worker crash since.
Alex
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to her...@googlegroups.c
For me, this is one of the biggest issues with Heroku. The support can be
hit and miss - sometimes you'll get a reply within minutes, and sometimes it
can take hours - which isn't terrific if your site is down.
They do offer paid support, but it's certainly not cheap, and ultimately
it's just the
No, I hadn't thought of that. Thanks. Probably a good idea, especially
since this is just a staging app... funny I can get support from you
before the actual heroku support team.
On Aug 13, 11:13 am, Abel Tamayo wrote:
> It sure looks like something went wrong during that migration. Have you
> c
It sure looks like something went wrong during that migration. Have you
considered just destroying that application and start again from scratch
even moving to your desired stack before you push?
On Fri, Aug 13, 2010 at 4:31 PM, chris wrote:
> Have a request open (#11626) that has just been sit
Have a request open (#11626) that has just been sitting around,
awaiting assignment for entirely too long now. Not sure where else to
turn to get some support around here...
Maybe one of y'all can help me. Getting this error when I try to push
to a repo that I've recently stack:migrate'd:
pumpkin
19 matches
Mail list logo