Good to hear it's not just me... I pulled to my machine for the first time, and it deleted my config/ database.yml file, which broke my app on my development machine... so I just grabbed a generic database.yml file from another app and threw it in there and it worked find on my machine.
The problem came when I tried to push... it said 'running migrations' for a long time and I eventually hit 'control-C' When I tried to 'git push' again, it said 'Everything-up-to-date' Then I try to bring up my app and I get a '504 Gateway Time-out. I try to go into 'Edit' mode on heroku and apply migrations, but it fails and says that there was a problem and that heroku will be notified. So then I tried to just revert back to an earlier snapshot that worked fine, which it lets me do. But I still can't load the app or run migrations and git push still isn't working. - A On Aug 26, 9:25 pm, giorgio <[EMAIL PROTECTED]> wrote: > You are not alone. > > The apps time out and git pushes dont work. > > Also I could not do a db:data:dump earlier. > > Cheers > George --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
