Good question. It's often challenge to figure out which things are problems on our side, which are problems with your app, and which are simple incompatibilities (like using a version of Rails we don't support). This is just one of the things that's hard about building a platform.
Generally speaking, a good trick is to visit the edit url for your app. If that's broken it's definitely a Heroku issue. If it isn't, try deleting development.log (this is all assuming you put your app into development mode) and then visiting your app's front page. Reload the page and click on development.log; if it's empty or doesn't exist, it's probably something wrong on our end. But if there's something in it, it's probably a problem with your app, and you can diagnose based on the contents of the log. Either way, you're always welcome to post here for help. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
