Custom error pages, we *really* need them

2010-09-15 Thread Daniele
Hi, as you can see from the status page in the past 2 days Heroku had a lot of problems that resulted in Timeout connection and Backlog Too Deep error pages. This two pages have a message specifically addressed to the administrator that is not acceptable in a production site. We need to have

Queue limit?

2010-09-15 Thread Daniele
As subject, what is the limit above which appears the error backlog too deep? -- 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

Re: Custom error pages, we *really* need them

2010-09-15 Thread Jeff Schmitz
+1 Maybe the generic page could be a fail Koi On Wed, Sep 15, 2010 at 7:31 AM, Daniele to...@vitamino.it wrote: Hi, as you can see from the status page in the past 2 days Heroku had a lot of problems that resulted in Timeout connection and Backlog Too Deep error pages. This two pages have a

Re: Custom error pages, we *really* need them

2010-09-15 Thread Adrian Cuadros
+ 1 on this also. like the idea about the iframe On Wed, Sep 15, 2010 at 9:02 AM, Jeff Schmitz jeffrey.j.schm...@gmail.comwrote: +1 Maybe the generic page could be a fail Koi On Wed, Sep 15, 2010 at 7:31 AM, Daniele to...@vitamino.it wrote: Hi, as you can see from the status page in the

Re: Custom error pages, we *really* need them

2010-09-15 Thread Daniel Spangenberg
I like the idea too, but maybe I don't wan't to set up an extra heroku app or shared host for an static html page only, maybe it would be nice if you can choose to take the iframe and a textinput, where you can insert plain html. Daniel Am 15.09.2010 um 16:55 schrieb Adrian Cuadros: + 1 on

Re: Bundler 1.0.0 Rollout

2010-09-15 Thread Steve Odom
Marcel, Did you ever figure out a hack to haver bundler recognize your osx platform? Steve -- 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

Re: Custom error pages, we *really* need them

2010-09-15 Thread David Balatero
I've suggested in the past having a separate branch in your repo called errorpages or something, which has a few static HTML pages. Push that branch to Heroku, and it can use those files to serve errors. On Wed, Sep 15, 2010 at 7:58 AM, Daniel Spangenberg daniel.spangenb...@googlemail.com wrote:

Re: Custom error pages, we *really* need them

2010-09-15 Thread Mike Abner
Why have a separate branch? Heroku can just tell us where to put them in the folder hierarchy and they'll grab them from there. If I were designing this I'd say to create a top level directory in your project called errors or heroku_error_pages or something like that. Then name you're files

heroku db:push is broken

2010-09-15 Thread Jake Lumetta
When I try pulling the production DB from my websites app and pushing it to the staging app staging-websites I receive the following error: $ heroku db:pull $ heroku db:push --app staging-websites Saving session to push_201009131101.dat.. | ETA: --:--:-- !!! Caught Server Exception HTTP CODE:

Problem pulling data from Heroku with db:pull to local sqlite3 database

2010-09-15 Thread dereklei
Hi, I just installed the tap gem and wanted to pull data from an already in production app on Heroku; however, I'm getting this error when running heroku db:pull sqlite://db/development.sqlite3 Loaded Taps v0.3.12 Warning: Data in the database 'sqlite://db/development.sqlite3' will be

Simple static served Rack app failing to respond at root domain - Rack File.open issue ?

2010-09-15 Thread Daryl
A strange one. I have a static served site I threw up on heroku with a simple config.ru file that was working fine until someone pointed out it was down yesteday. The app is only not serving the index.html page if you navigate to the domain root ie. www.example.com. It works if you use

Is the dedicated DB option per app?

2010-09-15 Thread Gokul J
Is the dedicated DB option 'per app' or can I share the dedicated DB with all my apps? If sharing is possible, then how does the workflow change, do I have to use the DATABASE_URL for this? Also, I am assuming that PostGIS is supported for the dedicated DB option. Please confirm. Thanks, Gokul

Heroku DB and sorting

2010-09-15 Thread TobiasR
Hi! We're trying to get sorting of swedish words to work on Heroku. The problem seems to be that the collation on the db is wrong. Does anyone know if it's possible to change an apps db:s collation? Tobias -- You received this message because you are subscribed to the Google Groups Heroku

Is the dedicated DB option, per app?

2010-09-15 Thread Gokul J
Hi, If I go for the dedicated DB option, can I share the DB will all my apps or is the dedicated db per app? Also, I remember reading somewhere in this forum that PostGIS is available as an option. Please confirm. Thanks, Gokul. -- You received this message because you are subscribed to the

Read only filesystem error - only on restart or coming out of idle mode, subsequent requests does not faces the same error

2010-09-15 Thread Sachin
Hello all, I have deployed radiant app (cloned freshly from github) without using gem. After a restart or after the app comes out of idle mode, there is read- only-filesystem-error for one of the css file. On immediate subsequent requests the error is not seen. Everything works fine after that.

Heroku Docs PDF

2010-09-15 Thread lakshmanan
Some times I go offline and I need to check heroku docs. Can you please provide us the PDF download of the Online docs .. it would be of great help -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to

Re: Heroku Docs PDF

2010-09-15 Thread Jeff Deville
I'll second this. I'd like to see changes in the form of an rss feed too if possible. On Sep 11, 2010, at 8:32 AM, lakshmanan lucky.develo...@gmail.com wrote: Some times I go offline and I need to check heroku docs. Can you please provide us the PDF download of the Online docs .. it would be

Re: Mongo - disk space exceeded

2010-09-15 Thread jmay
Mongo does not reclaim storage when you delete documents. For some reason, the MongoHQ implementation doesn't re-use space as it should. I've been using MongoHQ directly rather than through the Heroku addon, and my workaround was just to drop the database and create a new one. Perhaps if you