Re: Problems with herokugarden

2009-01-24 Thread Alfonso
Current status , wwhow.herokugraden.com app only comes up for a second, 502s follow pretty quickly. It looks like there's some cache problem going on, since any action performed twice fails, the assets get lost etc. renaming the app kind of resets things for a moment, but 502s come up soon

Re: Problems with herokugarden

2009-01-20 Thread muthu
Hi Ivan, We are having the same issues with amigle.herokugarden.com. We get App not found and no Edit feature. Thanks in advance Muthu Amigle Inc On Jan 16, 9:42 am, Ivan i...@heroku.com wrote: Justin, The updates we started last night took a little longer than planned. Everything should

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
I can't even get a response from http://herokugarden.com On Jan 20, 9:47 am, muthu muth...@gmail.com wrote: Hi Ivan, We are having the same issues with amigle.herokugarden.com. We get App not found and no Edit feature. Thanks in advance Muthu Amigle Inc On Jan 16, 9:42 am, Ivan

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
As I was posting this I tried accessing from my remote computer and I can get in with no problems there and the app works fine. Is there any chance my IP address landed in a black list for any reason? On Jan 20, 10:26 am, Alfonso aadrias...@gmail.com wrote: I can't even get a response

Re: Problems with herokugarden

2009-01-20 Thread Morten Bagai
Hi, I do apologize for any problems you've experienced. To my knowledge herokugarden.com has been continuously available, and we do not operate an IP black list. We have been experiencing some issues with system load and runaway processes on Heroku Garden in the last few days, and that

Re: Problems with herokugarden

2009-01-20 Thread Ed Jones
Hey, Morten, Nah, I'm not sure less-than-snappy describes what has been going on the past 5 days. 'Downright broke' would be more is keeping with what I saw. My main issue remains 14 14:00 eastern -- acts_as_authenticated worked fine before the swap, and hasn't since. I haven't changed anything

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
Hi Morten I'm not experiencing performance issues, I'm not able to get a response to herokugarden.com at all, but only from my one PC, I can get their from other remote workstations, even a virtual one, which are on a corporate vpn, but my normal connection seems to be completely gone. I can

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
I was able to access the app, and edit it for a few minutes. Now i'm back to getting 502;s On Jan 20, 11:26 am, Alfonso aadrias...@gmail.com wrote: Hi Morten I'm not experiencing performance issues, I'm not able to get a response to herokugarden.com at all, but only from my  one PC, I can

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
ok here's some more symptoms: On attempt to access app get Connection Interrupted The connection to the server was reset while the page was loading. The network link was interrupted while negotiating a connection. Please try again. This keeps happening no matter what, If I rename the app,

Re: Problems with herokugarden

2009-01-20 Thread Ivan
Alfonso, This certainly sounds like a networking issue. Perhaps even a caching proxy server issue. The active app in your account is currently available and editable. Are you getting 502's from all your workstations or just one? - Ivan On Jan 20, 3:59 pm, Alfonso aadrias...@gmail.com wrote:

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
Im getting 502s from one workstation, broken connection from the other On Jan 20, 1:23 pm, Alfonso aadrias...@gmail.com wrote: ok here's some more symptoms: On attempt to access app get  Connection Interrupted  The connection to the server was reset while the page was loading.  The network

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
I'm getting 502s from one workstations and Connection Interrupted from the other. on the 502 workstation i'm able to get a page load once in a while but all links are broken (502) On Jan 20, 1:27 pm, Ivan i...@heroku.com wrote: Alfonso, This certainly sounds like a networking issue. Perhaps

Re: Problems with herokugarden

2009-01-20 Thread muthu
Hi Evan, Did you get a chance to look at our app Amigle. When I try to edit from the browser, i get the following: We're sorry, but something went wrong. Also, after i did git push, those changes didn't appear on the site? Thanks, Muthu On Jan 20, 4:27 pm, Ivan i...@heroku.com wrote:

Re: Problems with herokugarden

2009-01-20 Thread Alfonso
current status, initial page comes up but all links give 502s On Jan 20, 5:33 pm, Alfonso aadrias...@gmail.com wrote: this happened once on heroku.com, lasted for about 10 days. It turned out to be a network issue. proxy caches on the cloud? On Jan 20, 1:54 pm, Alfonso aadrias...@gmail.com

Re: Problems with herokugarden

2009-01-17 Thread justindz
It just magically worked this morning, so I'll disregard for now and email if it happens again. On Jan 16, 4:29 pm, Ivan i...@heroku.com wrote: Ed, I've reset the app and it's working now. The editor works as does the logs tab. I'll continue investigating to see if I can determine why the

Problems with herokugarden

2009-01-16 Thread justin
Hi, I have an app [myseasonbets.heroku.com] which has been migrated to herokugarden in the last day or so. I've downloaded the new herokugarden gem, have pulled my app onto my local machine and am now testing whether I can deploy changes. Two problems: - when I 'git push' my app, it seems to

Re: Problems with herokugarden

2009-01-16 Thread Ed Jones
Why would my login passwords not now work? I didn't see any instructions for the switch. I'm using acts_as_authenticated. On Jan 16, 7:56 am, justin justin.worr...@gmail.com wrote: Hi, I have an app [myseasonbets.heroku.com] which has been migrated to herokugarden in the last day or so.

Re: Problems with herokugarden

2009-01-16 Thread Morten Bagai
Hi Ed, We've had a few users who have been experiencing auth issues. Are you having trouble logging in via the web ui at herokugarden.com/login, or are you having trouble authenticating via the gem? Sorry about the trouble. We'll work as fast as we can to fix it. /Morten On Jan 16, 2009,

Re: Problems with herokugarden

2009-01-16 Thread Keenan Brock
I had an auth issue. I did a keys add command and it seemed to fix my problem May want to try that too --Keenan On Jan 16, 2009, at 11:39 AM, Morten Bagai mor...@heroku.com wrote: Hi Ed, We've had a few users who have been experiencing auth issues. Are you having trouble logging in via

Re: Problems with herokugarden

2009-01-16 Thread justindz
I get routed to my app itself when I try to do an export on herokugarden. I tried code and code + data and both took me to my app's login page. On Jan 16, 7:56 am, justin justin.worr...@gmail.com wrote: Hi, I have an app [myseasonbets.heroku.com] which has been migrated to herokugarden in

Re: Problems with herokugarden

2009-01-16 Thread Ed Jones
Morten, I can log in OK to Herokugarden myapps page. Its logging in to my own app via acts_as_authenticated where it just ignores me. Heres part of the error: Redirected to http://whendidit.herokugarden.com/account/login Filter chain halted as

Re: Problems with herokugarden

2009-01-16 Thread Ivan
Ed, I've reset the app and it's working now. The editor works as does the logs tab. I'll continue investigating to see if I can determine why the act_as_auth'd plugin isn't working correctly. Justinz, Please send an email to feedb...@heroku.com with your app name. Thanks for your patience