Skip to content

Instantly share code, notes, and snippets.

@akshaymohite
Created July 19, 2017 11:48
Show Gist options
  • Save akshaymohite/7a76b6836554436afda9efb407cc6e6b to your computer and use it in GitHub Desktop.
Save akshaymohite/7a76b6836554436afda9efb407cc6e6b to your computer and use it in GitHub Desktop.
ActiveStorage: Boot Error Log
➜ activestorage-demo git:(master) ✗ rails console
(erb):11:in `<main>': Cannot load `Rails.config.active_storage.service`:
undefined method `[]' for nil:NilClass (NoMethodError)
from /Users/akshay/.rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/erb.rb:896:in `eval'
from /Users/akshay/.rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/erb.rb:896:in `result'
from /Users/akshay/.rvm/gems/ruby-2.4.0/gems/activestorage-0.1/lib/active_storage/railtie.rb:37:in `block in <class:Engine>'
from /Users/akshay/.rvm/gems/ruby-2.4.0/gems/activesupport-5.1.2/lib/active_support/lazy_load_hooks.rb:43:in `execute_hook'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment