Skip to content

Instantly share code, notes, and snippets.

@thorpj
Created June 5, 2020 10:04
Show Gist options
  • Save thorpj/3fb472d2a57afbb88bb0d347d9b508c8 to your computer and use it in GitHub Desktop.
Save thorpj/3fb472d2a57afbb88bb0d347d9b508c8 to your computer and use it in GitHub Desktop.
Failed to load secrets.rb
yarn install v1.12.3
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.04s.
I, [2020-06-05T17:52:37.376781 #20893] INFO -- : Writing /home/rails/workshop_tracker/public/assets/manifest-312e30e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js
I, [2020-06-05T17:52:37.377462 #20893] INFO -- : Writing /home/rails/workshop_tracker/public/assets/manifest-312e30e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js.gz
rails aborted!
NoMethodError: undefined method `+' for nil:NilClass
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/sprockets/asset.rb:138:in `etag'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/sprockets/asset.rb:67:in `block in digest_path'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/sprockets/asset.rb:67:in `sub'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/sprockets/asset.rb:67:in `digest_path'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/sprockets/manifest.rb:175:in `block in compile'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/sprockets/manifest.rb:173:in `each'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/sprockets/manifest.rb:173:in `compile'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:68:in `block (3 levels) in define'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-4.0.1/lib/rake/sprocketstask.rb:148:in `with_logger'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:67:in `block (2 levels) in define'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.3/lib/rails/commands/rake/rake_command.rb:23:in `block in perform'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.3/lib/rails/commands/rake/rake_command.rb:20:in `perform'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.3/lib/rails/command.rb:48:in `invoke'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.3/lib/rails/commands.rb:18:in `<top (required)>'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
/home/rails/workshop_tracker/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
bin/rails:4:in `<main>'
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment