I created a simple application with Ruby on Rails, and Ive tried to transfer it to Heroku. Ive followed this “Getting Started Guide to Heroku” , I finished it and tried to open my page, but I still see the error: Application Error:
An error occurred in the application and your page could not be served. Please try again in a few minutes.
If you own the app, check your logs for details.
Does anyone know how to deal with this?
I do not know what happened, but I took this step, unfortunately, I have another problem, I ran several commands:
# git add.
# git commit -m "my commit"
Do not commit anything in the branch branch (working directory is cleared)
# git push heroku master All relevant
# Discovery of the hero Discovery http://eerie-meadow-9207.heroku.com/
# reloading the hero Restarting processes ... done
# Discovery of the hero Discovery http://eerie-meadow-9207.heroku.com/
And I see a message:
We are sorry, but something went wrong.
We have been notified of this issue and we will review it shortly.
From heroku logs [timestamps removed for clarity]:
app[web.1]: Started GET "/" for 77.236.11.34 at 2011-10-31 11:50:38 -0700 app[web.1]: Processing by StoreController
I can’t understand this, because on my netbook it works on localhost, any ideas?
ruby-on-rails heroku
ruhungry
source share