Try to run the migrations and creating the database. heroku rake db:create heroku raake db:migrate
Create the database and try to run the migrations. $ heroku rake db:create $ heroku rake db:migrate Bruno On 05/03/2011, at 12:11, Gaba Luschi wrote: > after running git push heroku, I get successful deployment, but when I > go to the relevant site on heroku, I get the following message: > > > Application Error > An error occurred in the application and your page could not be served. > Please try again in a few moments. > > If you are the application owner, check your logs for details. > > > Does anyone know why? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

