I can't access my app

2009-04-14 Thread Robert Sköld
I even get development error logs in the browser: App failed to start /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- /disk1/home/slugs/ 4935_a9799a5_fa8c/mnt/config/environment (LoadError) from

Re: File uploads timeout?

2009-04-14 Thread Robert Sköld
I got it while trying to do an upload of a 20M file using WebKit (the 413 Request Entity Too Large error that is) and the Connection Interrupted error i got while using firefox. On Apr 14, 5:17 am, GreenAsJade martin.jg.greg...@gmail.com wrote: Dang, I've got this sort of problem now too.

Re: phpMyAdmin equivalent?

2009-04-14 Thread GreenAsJade
No, I'm pretty sure not. I think you'll need to use db:pull and db:push for this. On Apr 14, 7:57 am, Brian Armstrong barmstr...@gmail.com wrote: Is there some sort of equivalent to phpMyAdmin where we can tinker with the database in production? For better or worse, I tend to use

Re: I can't access my app

2009-04-14 Thread GreenAsJade
Doc.heroku.com is responding, it just serves the docs. However, neither of my heroku apps are responding. My users get 503 Service Unavailable. Anyone else with this? On Apr 14, 4:54 pm, Robert Sköld slas...@gmail.com wrote: Actually, seems like all of Heroku is

Error 503 Application Unavailable? My apps or all of heroku?

2009-04-14 Thread GreenAsJade
Both my heroku apps are returning this. Also, all heroku commands (logs, pull etc) return API request timed out. Please try again, or contact feedb...@heroku.com if this issue persists. I can't tell if this is heroku is down or your apps went over some limit or heroku cancelled your account

Re: I can't access my app

2009-04-14 Thread GreenAsJade
Hmm - I'm tracing mine ... it seems it is my DNS provider, not heroku. Yay heroku. Boo DNS provider... On Apr 14, 5:13 pm, GreenAsJade martin.jg.greg...@gmail.com wrote: Doc.heroku.com is responding, it just serves the docs. However, neither of my heroku apps are responding. My users get

Re: I can't access my app

2009-04-14 Thread Robert Sköld
I can't access mine either, i get Heroku | No such app, even though it was there yesterday... And going directly to the heroku url (not my CNAME redirect) i get: Heroku Error Oops, we seem to have a glitch in our system. We've been notified; you might try reloading the page in a little

Re: I can't access my app

2009-04-14 Thread GreenAsJade
Glad you're getting something similar to me, makes me feel less lonely. Would be nice if there was some update on the heroku blogs or announcement here soon, but if they're working on it perhaps that is more important :) The symptoms seemed to change for me. I can get to my apps now using the

Re: I can't access my app

2009-04-14 Thread GreenAsJade
Heh heh - I guess blog.heroku.com is a heroku app, because it too fails at the moment! I guess we get what we pay for eh? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send

Re: I can't access my app

2009-04-14 Thread GreenAsJade
Woo hoo, my app is back. 30 mins noticeable outage. Not too bad. Would have been nice to have something saying we're on it, but glad to be past it! On Apr 14, 5:55 pm, GreenAsJade martin.jg.greg...@gmail.com wrote: Heh heh - I guess blog.heroku.com is a heroku app, because it too fails at

Europe Region

2009-04-14 Thread pedrom
It's posible to deploy a Heroku App on the Europe Region in order to get better performance for european users. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to

Re: Europe Region

2009-04-14 Thread Morten Bagai
Not yet, but it's something we are looking into. /Morten On Apr 14, 2009, at 12:17 PM, pedrom wrote: It's posible to deploy a Heroku App on the Europe Region in order to get better performance for european users. --~--~-~--~~~---~--~~ You received this

Re: File uploads timeout?

2009-04-14 Thread GreenAsJade
Any more progress on this? Is it actually a heroku-induced limit, or something else? On Apr 14, 4:53 pm, Robert Sköld slas...@gmail.com wrote: I got it while trying to do an upload of a 20M file using WebKit (the 413 Request Entity Too Large error that is) and the Connection Interrupted

Re: New controller doesn't work ?

2009-04-14 Thread ibnesayeed
I am also facing the same problem since last week. I have created a helpdesk ticket too. But till now there is no progress on it. On Apr 13, 2:45 pm, Avinash avilanc...@gmail.com wrote: Disclaimer : im a newbie :P I created a controller 'hello' with action 'index' . when i

Failed to push mysql db when installing Radiant

2009-04-14 Thread tony luo
Hi, The Radiant related article is really great.I tried it and succeeded when using sqlite. But when I turned to use mysql. It failed when I execute heroku db:push.And I noticed that the sequence of the tables when using mysql is different from using sqlite. Does it make the constraints check

Re: How does heroku handle DB replication?

2009-04-14 Thread tiltedcity....@gmail.com
is there any information on this subject as of yet? thanks! On Apr 11, 12:59 pm, tiltedcity@gmail.com tiltedcity@gmail.com wrote: Curious how the database is scaled with heroku.. is it something that is even handled by heroku? -Eric