herokuデプロイ後にApplication Errorで表示が見えなくなりました。。
https://sakuhin.herokuapp.com/static_pages/index に
herokuにデプロイしたデータがエラーで表示されない状態になってしまいました。
その前に
helpers/application_helper.rb をうっかりコピーして
helpers/application_helper1.rb を作ってしまい
そのままデプロイして
herokuにcloud9で作ったapplication.cssをコンパイルしてアップしたら
Application Errorが出てしまいました。なのでhelpers/application_helper1.rbを削除して
またデプロイし直したのですがエラーが直らなくなってしまいました。
$heroku logsでログを見たら
2016-09-30T02:11:47.450536+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/static_pages/index" host=sakuhin.herokuapp.com request_id=134ebd15-ee8d-4e47-a39f-9d561730f0c9 fwd="157.14.181.116" dyno= connect= service= status=503 bytes=
2016-09-30T02:11:48.187032+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sakuhin.herokuapp.com request_id=8584a38c-2532-40f3-9ca5-739ef1bb7248 fwd="157.14.181.116" dyno= connect= service= status=503 bytes=
2016-09-30T02:11:49.711261+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/static_pages/index" host=sakuhin.herokuapp.com request_id=85ec79c2-1c7a-400d-ad24-6bd5f19e3514 fwd="157.14.181.116" dyno= connect= service= status=503 bytes=
2016-09-30T02:11:50.094256+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sakuhin.herokuapp.com request_id=e3707328-9c6f-47f1-9986-fd1962a3d44e fwd="157.14.181.116" dyno= connect= service= status=503 bytes=
にエラーが出ているようなのですが
どこを修正していいかよくわからない状態です。
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: app/helpers/application1_helper.rb
no changes added to commit (use "git add" and/or "git commit -a")
では削除したapplication1_helper.rb
が問題になっているようなのです。
ご教示の程、何卒宜しくお願い致します。