Невозможно развернуть. Панель инструментов Heroku показывает, что последняя сборка не удалась

Снимок экрана с сообщением об ошибке на панели инструментов Heroku.

Вот журнал (я новичок в этом, поэтому я отредактировал некоторые вещи в нижней части, которые выглядели так, как будто они могут быть приватными):

-----> Using set buildpack heroku/ruby
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.1.5
###### WARNING:
       Removing `Gemfile.lock` because it was generated on Windows.
       Bundler will do a full resolve so native gems are handled properly.
       This may result in unexpected gem versions being used in your app.
       In rare occasions Bundler may not be able to resolve your dependencies at all.
       https://devcenter.heroku.com/articles/bundler-windows-gemfile
-----> Installing dependencies using bundler 1.9.7
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
       Your Gemfile lists the gem rest-client (>= 0) more than once.
       You should probably keep only one of them.
       While it's not a problem now, it could cause errors if you change the version of just one of them later.
       Fetching gem metadata from http://rubygems.org/...........
       Fetching version metadata from http://rubygems.org/...
       Fetching dependency metadata from http://rubygems.org/..
       Resolving dependencies.....
       Using rake 10.5.0
       Using i18n 0.7.0
       Using json 1.8.3
       Using minitest 5.8.4
       Using thread_safe 0.3.5
       Using builder 3.2.2
       Using erubis 2.7.0
       Using mini_portile2 2.0.0
       Using rack 1.6.4
       Using mime-types 2.99
       Using arel 6.0.3
       Using acts_as_follower 0.2.1
       Using acts_as_votable 0.10.0
       Using httpclient 2.7.1
       Using aws_cf_signer 0.1.3
       Using unf_ext 0.0.7.2
       Using netrc 0.11.0
       Using bundler 1.9.7
       Using thor 0.19.1
       Using concurrent-ruby 1.0.0
       Using bcrypt 3.1.10
       Using coffee-script-source 1.10.0
       Using execjs 2.6.0
       Using orm_adapter 0.5.0
       Using elo 0.1.0
       Using exception_handler 0.4.7
       Using geocoder 1.3.0
       Using gmaps4rails 2.1.2
       Using gravtastic 3.2.6
       Using tilt 2.0.2
       Using hashie 3.4.3
       Using high_voltage 2.2.1
       Using imgkit 1.6.1
       Using multi_json 1.11.2
       Using kgio 2.10.0
       Using libv8 3.16.14.13
       Using newrelic_rpm 3.14.3.313
       Using pg 0.18.4
       Using pusher-signature 0.1.8
       Using rack-cors 0.4.0
       Using rails_serve_static_assets 0.0.5
       Using rails_stdout_logging 0.0.4
       Using raindrops 0.15.0
       Using rdiscount 2.1.8
       Using redcarpet 3.3.4
       Using ref 2.0.0
       Using sass 3.4.21
       Using rack-test 0.6.3
       Using warden 1.2.6
       Using mail 2.6.3
       Using nokogiri 1.6.7.2
       Using algoliasearch 1.7.0
       Using unf 0.1.4
       Using tzinfo 1.2.2
       Using coffee-script 2.4.1
       Using uglifier 2.7.2
       Using haml 4.0.7
       Using omniauth 1.3.1
       Using sprockets 3.5.2
       Using rollbar 1.4.5
       Using pusher 0.16.0
       Using rails_12factor 0.0.3
       Using unicorn 5.0.1
       Using therubyracer 0.12.2
       Using loofah 2.0.3
       Using impressionist 1.5.1
       Using algoliasearch-rails 1.14.1
       Using domain_name 0.5.20160128
       Using activesupport 4.2.1
       Using rails-html-sanitizer 1.0.3
       Using http-cookie 1.0.2
       Using rails-deprecated_sanitizer 1.0.3
       Using globalid 0.3.6
       Using activemodel 4.2.1
       Using carmen 1.0.2
       Using jbuilder 2.4.1
       Using rest-client 1.8.0
       Using activejob 4.2.1
       Using activerecord 4.2.1
       Using rails-dom-testing 1.0.7
       Using cloudinary 1.1.2
       Using friendly_id 5.1.0
       Using actionview 4.2.1
       Using actionpack 4.2.1
       Using actionmailer 4.2.1
       Using railties 4.2.1
       Using sprockets-rails 3.0.1
       Using simple_form 3.2.1
       Using rails 4.2.1
       Using momentjs-rails 2.11.0
       Using coffee-rails 4.1.1
       Using jquery-rails 4.1.0
       Using responders 2.1.1
       Using public_activity 1.4.2
       Using sass-rails 5.0.4
       Using attachinary 1.3.1
       Using carmen-rails 1.0.1
       Using rails_autolink 1.1.6
       Using bootstrap3-datetimepicker-rails 4.7.14
       Using turbolinks 2.5.3
       Using commontator 4.10.5
       Using devise 3.5.6
       Using devise_token_auth 0.1.37
       Installing dalli 2.7.6
       Bundle complete! 53 Gemfile dependencies, 104 gems now installed.
       Gems in the groups development and test were not installed.
       Bundled gems are installed into ./vendor/bundle.
       Bundle completed (6.84s)
       Cleaning up the bundler cache.
       Your Gemfile lists the gem rest-client (>= 0) more than once.
       You should probably keep only one of them.
       While it's not a problem now, it could cause errors if you change the version of just one of them later.
       Removing dalli (2.7.5)
-----> Preparing app for Rails asset pipeline
       Running: rake assets:precompile
       rake aborted!
       NoMethodError: undefined method `setup' for ExceptionHandler:Module

   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/config/initializers/exception_handler.rb:6:in `<top (required)>'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:268:in `load'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:268:in `block in load'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:240:in `load_dependency'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:268:in `load'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:652:in `block in load_config_initializer'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/notifications.rb:166:in `instrument'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:651:in `load_config_initializer'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:615:in `each'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:615:in `block in <class:Engine>'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:30:in `instance_exec'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:30:in `run'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:55:in `block in run_initializers'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:44:in `each'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:44:in `tsort_each_child'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:54:in `run_initializers'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/application.rb:352:in `initialize!'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/config/environment.rb:5:in `<top (required)>'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:274:in `require'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:274:in `block in require'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:240:in `load_dependency'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:274:in `require'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/application.rb:328:in `require_environment!'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/application.rb:457:in `block in run_tasks_blocks'
   /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/sprockets-rails-3.0.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'

       Tasks: TOP => environment
       (See full trace by running task with --trace)
 !
 !     Precompiling assets failed.
 !
 !     Push rejected, failed to compile Ruby app

Спасибо за помощь

РЕДАКТИРОВАТЬ:

Вот новый лог сборки:

-----> Using set buildpack heroku/ruby
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.1.5
###### WARNING:
       Removing `Gemfile.lock` because it was generated on Windows.
       Bundler will do a full resolve so native gems are handled properly.
       This may result in unexpected gem versions being used in your app.
       In rare occasions Bundler may not be able to resolve your dependencies at all.
       https://devcenter.heroku.com/articles/bundler-windows-gemfile
-----> Installing dependencies using bundler 1.9.7
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
       Your Gemfile lists the gem rest-client (>= 0) more than once.
       You should probably keep only one of them.
       While it's not a problem now, it could cause errors if you change the version of just one of them later.
       Fetching gem metadata from http://rubygems.org/...........
       Fetching version metadata from http://rubygems.org/...
       Fetching dependency metadata from http://rubygems.org/..
       Resolving dependencies.....
       Using rake 10.5.0
       Using i18n 0.7.0
       Using json 1.8.3
       Using minitest 5.8.4
       Using thread_safe 0.3.5
       Using builder 3.2.2
       Using erubis 2.7.0
       Using mini_portile2 2.0.0
       Using rack 1.6.4
       Using arel 6.0.3
       Using acts_as_follower 0.2.1
       Using acts_as_votable 0.10.0
       Using httpclient 2.7.1
       Using aws_cf_signer 0.1.3
       Using unf_ext 0.0.7.2
       Using netrc 0.11.0
       Using bundler 1.9.7
       Using thor 0.19.1
       Using concurrent-ruby 1.0.0
       Using bcrypt 3.1.10
       Using coffee-script-source 1.10.0
       Using execjs 2.6.0
       Using orm_adapter 0.5.0
       Using elo 0.1.0
       Using exception_handler 0.4.7
       Installing mime-types 2.99.1
       Using gmaps4rails 2.1.2
       Using gravtastic 3.2.6
       Using tilt 2.0.2
       Using hashie 3.4.3
       Using high_voltage 2.2.1
       Using imgkit 1.6.1
       Using multi_json 1.11.2
       Using kgio 2.10.0
       Using libv8 3.16.14.13
       Installing dalli 2.7.6
       Using pg 0.18.4
       Using pusher-signature 0.1.8
       Using rack-cors 0.4.0
       Using rails_serve_static_assets 0.0.5
       Using rails_stdout_logging 0.0.4
       Using raindrops 0.15.0
       Using rdiscount 2.1.8
       Using redcarpet 3.3.4
       Using ref 2.0.0
       Using sass 3.4.21
       Using tzinfo 1.2.2
       Using nokogiri 1.6.7.2
       Using rack-test 0.6.3
       Using warden 1.2.6
       Using algoliasearch 1.7.0
       Using unf 0.1.4
       Using sprockets 3.5.2
       Using coffee-script 2.4.1
       Using uglifier 2.7.2
       Using mail 2.6.3
       Using haml 4.0.7
       Using omniauth 1.3.1
       Using rollbar 1.4.5
       Installing geocoder 1.3.1
       Using rails_12factor 0.0.3
       Using unicorn 5.0.1
       Using therubyracer 0.12.2
       Using activesupport 4.2.1
       Using loofah 2.0.3
       Using impressionist 1.5.1
       Using algoliasearch-rails 1.14.1
       Installing domain_name 0.5.20160216
       Using rails-deprecated_sanitizer 1.0.3
       Using globalid 0.3.6
       Using activemodel 4.2.1
       Using carmen 1.0.2
       Using jbuilder 2.4.1
       Using rails-html-sanitizer 1.0.3
       Using http-cookie 1.0.2
       Using rails-dom-testing 1.0.7
       Using activejob 4.2.1
       Using activerecord 4.2.1
       Using rest-client 1.8.0
       Using actionview 4.2.1
       Using friendly_id 5.1.0
       Using cloudinary 1.1.2
       Using actionpack 4.2.1
       Using actionmailer 4.2.1
       Using railties 4.2.1
       Installing pusher 0.17.0
       Using simple_form 3.2.1
       Using momentjs-rails 2.11.0
       Using coffee-rails 4.1.1
       Using jquery-rails 4.1.0
       Using responders 2.1.1
       Installing sprockets-rails 3.0.2
       Using bootstrap3-datetimepicker-rails 4.7.14
       Using turbolinks 2.5.3
       Using devise 3.5.6
       Using rails 4.2.1
       Using sass-rails 5.0.4
       Using attachinary 1.3.1
       Using carmen-rails 1.0.1
       Using commontator 4.10.5
       Using devise_token_auth 0.1.37
       Using rails_autolink 1.1.6
       Installing public_activity 1.4.3
       Installing newrelic_rpm 3.15.0.314
       Bundle complete! 53 Gemfile dependencies, 104 gems now installed.
       Gems in the groups development and test were not installed.
       Bundled gems are installed into ./vendor/bundle.
       Bundle completed (7.39s)
       Cleaning up the bundler cache.
       Your Gemfile lists the gem rest-client (>= 0) more than once.
       You should probably keep only one of them.
       While it's not a problem now, it could cause errors if you change the version of just one of them later.
       Removing public_activity (1.4.2)
       Removing domain_name (0.5.20160128)
       Removing pusher (0.16.0)
       Removing mime-types (2.99)
       Removing dalli (2.7.5)
       Removing newrelic_rpm (3.14.3.313)
       Removing sprockets-rails (3.0.1)
       Removing geocoder (1.3.0)
-----> Preparing app for Rails asset pipeline
       Running: rake assets:precompile
       rake aborted!
       NoMethodError: undefined method `setup' for ExceptionHandler:Module
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/config/initializers/exception_handler.rb:6:in `<top (required)>'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:268:in `load'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:268:in `block in load'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:240:in `load_dependency'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:268:in `load'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:652:in `block in load_config_initializer'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/notifications.rb:166:in `instrument'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:651:in `load_config_initializer'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:615:in `each'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/engine.rb:615:in `block in <class:Engine>'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:30:in `instance_exec'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:30:in `run'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:55:in `block in run_initializers'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:44:in `each'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:44:in `tsort_each_child'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/initializable.rb:54:in `run_initializers'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/application.rb:352:in `initialize!'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/config/environment.rb:5:in `<top (required)>'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:274:in `require'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:274:in `block in require'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:240:in `load_dependency'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:274:in `require'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/application.rb:328:in `require_environment!'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/railties-4.2.1/lib/rails/application.rb:457:in `block in run_tasks_blocks'
       /tmp/build_(REDACTED IN CASE IT IS PRIVATE)/vendor/bundle/ruby/2.1.0/gems/sprockets-rails-3.0.2/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
       Tasks: TOP => environment
       (See full trace by running task with --trace)
 !
 !     Precompiling assets failed.
 !
 !     Push rejected, failed to compile Ruby app

person Jean    schedule 16.02.2016    source источник
comment
Не могли бы вы опубликовать модуль, где трассировка говорит об ошибке, пожалуйста? конфигурация/инициализаторы/exception_handler.rb   -  person Ed de Almeida    schedule 17.02.2016


Ответы (2)


Из документов Heroku:

Это означает, что ваше приложение пытается подключиться к базе данных как часть rake assets:precompile. Поскольку конфигурационные переменные отсутствуют в среде, мы используем заполнитель DATABASE_URL для соответствия требованиям Rails.

Чтобы решить эту проблему, убедитесь, что в вашем config/application.rb появилась следующая строка:

# config/application.rb
config.assets.initialize_on_precompile = false

После добавления зафиксируйте изменения и повторите развертывание в Heroku — ваши ресурсы должны скомпилироваться без попыток вашего приложения подключиться к базе данных, что должно устранить ошибку, свидетелем которой вы являетесь.

ОБНОВЛЕНИЕ:

Строка 46 вашей трассировки стека содержит следующее сообщение: Devise.secret_key was not set.

Согласно автору Devise, Хосе Валим эту проблему можно решить следующим образом:

Пожалуйста, добавьте следующее в ваш инициализатор Devise:

config.secret_key = '-- секретный ключ--'

В качестве альтернативы следующее решение кажется работал для ряда пользователей:

Я зашел в свой файл route.rb и закомментировал строку devise_for :installs.

Затем я вернулся и перезапустил rails generate devise:install. Если это не сработает, используйте предыдущую версию devise, отредактировав ссылку вашего Gemfile на Devise следующим образом: gem 'devise', '3.0.3', а затем выполните шаги, которые я упомянул выше.

Пожалуйста, посмотрите https://stackoverflow.com/a/19650687/1380867 и спасибо zeantsoi для этого ответа

person MZaragoza    schedule 17.02.2016

Я сделал ExceptionHandler, и кажется, что это вызывает проблему...

NoMethodError: неопределенный метод установки для ExceptionHandler:Module


В ExceptionHandler > 0.4.5 initializer был заменен методами config:

введите здесь описание изображения

Из документов:

ВАЖНО

Если вы обновляетесь до 0.4.6, вам нужно удалить свой инициализатор exception_handler.

Мы изменили процесс загрузки, чтобы использовать конфигурацию приложения Rails — вам больше не нужен инициализатор exception_handler.


Вам нужно скопировать настройки exception_handler из config/initializers/exception_handler.rb и поместить их в config/production.rb.

Вам нужно удалить config/initializers/exception_handler.rb

--

Я доступен для общения, если вы оставите комментарий и т.д.

person Richard Peck    schedule 17.02.2016
comment
Привет, спасибо за ваш ответ, и я прошу прощения за задержку с моим ответом. Я скопировал эти настройки и удалил файл, но мои коммиты все еще не развертываются. - person Jean; 24.02.2016
comment
Панель инструментов heroku показывает ту же ошибку (сбой сборки), и я добавил новый журнал сборки в свой исходный пост. Спасибо. - person Jean; 24.02.2016
comment
Спасибо!! Все еще говорит, что у вас есть инициализатор? Вы уверены, что зафиксировали новую версию кода перед отправкой? - person Richard Peck; 24.02.2016
comment
Вы уверены, что удалили config/initializers/exception_handler.rb, а затем снова зафиксировали код? - person Richard Peck; 24.02.2016
comment
Спасибо, Ричард, я помог Джин с этим. Здорово, что вы так хорошо поддерживаете свою библиотеку! - person Thomas Davis; 24.02.2016
comment
Спасибо, Томас. Как ты в конце концов это починил? - person Richard Peck; 24.02.2016