I had an app called treatblogdev that I renamed to treatblogdev-old. I made some nasty mistakes that polluted my repository, and I decided to just start anew, and I created a new treatblogdev from a new git repository. I did:
rails treatblogdev git push heroku master heroku rake db:migrate Now, I have the main rails page up, but when I click on "About Your Application Environment", I get an error. I had the same issue on my local box, and I managed to fix it by doing a rake db:create and then a db:migrate. Doing a "heroku rake db:create" gives an error that I can't drop the database, which seems reasonable; however, the About page is still busted. Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
