Приложение Rails успешно развертывается в Heroku, но при посещении URL появляется ошибка приложения - PullRequest
0 голосов
/ 23 января 2019

В поисках понимания проблемы, с которой я столкнулся в своем текущем приложении rails.Я могу развернуть приложение на Heroku, но получаю следующие четыре предупреждения от толчка heroku.Как только я перехожу на URL, он отображает страницу с ошибкой приложения, и приложение не отображается.Любые решения приведенных ниже предупреждений приветствуются!

ПРЕДУПРЕЖДЕНИЕ:
   Removing `vendor/bundle`.
   Checking in `vendor/bundle` is not supported. Please remove this directory
   and add it to your .gitignore. To vendor your gems with Bundler, use
   `bundle pack` instead.
ПРЕДУПРЕЖДЕНИЕ:
   You have the `.bundle/config` file checked into your repository
    It contains local state like the location of the installed bundle
    as well as configured git local gems, and other settings that should
   not be shared between multiple checkouts of a single repo. Please
   remove the `.bundle/` folder from your repo and add it to your `.gitignore` file.
   https://devcenter.heroku.com/articles/bundler-configuration
ПРЕДУПРЕЖДЕНИЕ:
   Detecting rails configuration failed
   set HEROKU_DEBUG_RAILS_RUNNER=1 to debug
ПРЕДУПРЕЖДЕНИЕ:
   We detected that some binary dependencies required to
   use all the preview features of Active Storage are not
   present on this system.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...