ruby on rails - Heroku application error chapter 5 -
hi @ chapter 5 of ror tutorial , have problems pushing onto heroku. there no issues @ all, pushing, until now, when started showing issues no cedar app supported - though have created current app using heroku create --stack cedar
also when ran domain in browswer, brings me page says application error.
an error occurred in application , page not served. please seek 1 time again in few moments. if application owner, check logs details. can help me this? thanks!
db connection
you'll best running:
heroku run rake db:migrate there 2 types of error heroku - either have standard rails error, or typical heroku error (as you're seeing right now).
the heroku error result of having no connection workable database. commonly, you've not created db (which done heroku run rake db:migrate), part of not having workable database
you may wish consult heroku postgresql docs on how resolve this
ruby-on-rails heroku
No comments:
Post a Comment