Ubuntu 10.10 (amd64) + rails 3.0.1 + heroku uninitialized constant error

2010-11-19 Thread Mateus
Hi guys Few months ago I start to study Ruby on Rails. At the time, I was using the version 2.x of Rails (Don't remember which exactly) and it was working fine. (running on Ubuntu 9.04) I get some troubles and personal problems and I stop with rails. Now, I update my ubuntu to 10.10 and install

Re: Ubuntu 10.10 (amd64) + rails 3.0.1 + heroku uninitialized constant error

2010-11-19 Thread Abel Tamayo
I think the following line: /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.13.1/lib/heroku/commands/pg.rb:8:in `': uninitialized constant Heroku::Command::Pg::Help (NameError) gives away that the culprit could be the PostGres gem. Makes sense too since it's one of the things Heroku uses but you don

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

Is database.yml required for deployment?

2010-11-19 Thread barrett
I want to remove database.yml from my repository. Will this cause issues when deploying to Heroku? thanks -- 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, se

Re: Database disaster risk and backups

2010-11-19 Thread Matthew Soldo
Paul, Thanks for pointing that out. The marketing page is confusing and we will correct it. Our postgresql database is not replicated in the sense that you would expect (i.e. hot/cold standby for failover). It does however use a replicated EBS (http://aws.amazon.com/ebs/) RAID array, which provid

hostname: Unknown host

2010-11-19 Thread Thawatchai Piyawat
My app is crashed since yesterday. The log show "hostname: Unknown host". I believe this is Heroku's problem. However, it's more than a day, it's still not fixed now. It seems odd. I've submitted a support request. However, according to my experience, Heroku support is slow. Heroku seems like a g

HTTP deployhook erroring?

2010-11-19 Thread Jason Morrison
Hi all, I'm trying to configure an HTTP deploy hook, but receiving an error upon deploy - see https://gist.github.com/736c1053562e4cf069ed I'm not seeing the HTTP request actually make it to the server (working on integrating deploy notification into the Heroku addons - let me know if I should mo

Error code 1 when trying to "git push heroku master"

2010-11-19 Thread dpdawson
I was moving through the tutorial at railstutorial.org when I reached chapter 3 in which the book instructs me to "git push heroku master". I have already successfully used heroku on an example project from an earlier chapter of the book, but when I tried to execute this command on the project in c

Re: Error code 1 when trying to "git push heroku master"

2010-11-19 Thread Daniel Spangenberg
Yep, yir Bündler Version on your machine is 1.0.6. Downgrade it. gem uninstall bundler --version 1.0.6 gem uninstall bundler --version 1.0.5 gem uninstall bundler --version 1.0.4 The run bundle update and everything would be nice. Daniel Spangenberg Am 19.11.2010 um 20:04 schrieb dpdawson : > I

Re: HTTP deployhook erroring?

2010-11-19 Thread Pedro Belo
Does it show you the status code? When we get a bad response like 404 or 500 we do display the code. On Wed, Nov 17, 2010 at 2:47 PM, Jason Morrison wrote: > Hi all, > > I'm trying to configure an HTTP deploy hook, but receiving an error > upon deploy - see https://gist.github.com/736c1053562e4cf

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

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
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: HTTP deployhook erroring?

2010-11-19 Thread Jason Morrison
Hi Pedro, Thanks - I pasted the whole response. All I get is (from the gist above): -> Running HTTP POST to https://hoptoadapp.com/deploys.txt?deploy[local_username]={{user}}&deploy[scm_revision]={{head_long}}&deploy[rails_env]=production&api_key=REDACTED... FAILED ! Internal error

Re: HTTP deployhook erroring?

2010-11-19 Thread Pedro Belo
Hi Jason, Ah, we don't support variables on the POST url at this moment. I'll add support for it and get back to you once it's deployed. Thanks, Pedro On Fri, Nov 19, 2010 at 1:41 PM, Jason Morrison wrote: > Hi Pedro, > Thanks - I pasted the whole response.  All I get is (from the gist above):

Re: Is database.yml required for deployment?

2010-11-19 Thread Pedro Belo
No. Heroku will generate that file for you. Thanks, Pedro On Tue, Nov 16, 2010 at 6:50 PM, barrett wrote: > I want to remove database.yml from my repository. Will this cause > issues when deploying to Heroku? > > thanks > > -- > You received this message because you are subscribed to the Google G