HerokuにRailsアプリをデプロイする際、エラーになりました。
わかる方いましたら教えて下さい。
$git push heroku master
発生している問題・エラーメッセージ
Precompiling assets failed. remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to rails-qa. remote: To https://git.heroku.com/rails-qa.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/rails-qa.git'
試したこと
ローカルで$rails sを行うと、コード最下部にRailsApp/config/routes.rb:4:in block in <main>': undefined method
/' for "ques#index":String (NoMethodError)
になります。
以下がRailsApp/config/routesになります。
Rails.application.routes.draw do resources :answers resources :questions root 'ques#index' end
補足情報(FW/ツールのバージョンなど)
・Rails/6.0.2.2
・Heroku/7.39.5
・node/12.16.2
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。