Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check that @config exists. Fixes #413 #2

Merged
merged 1 commit into from
Jul 18, 2019
Merged

Check that @config exists. Fixes #413 #2

merged 1 commit into from
Jul 18, 2019

Commits on Jun 26, 2019

  1. Check that @config exists. Fixes thiagopradi#413

    Error message is:
    
    ActiveRecord::StatementInvalid: NoMethodError: undefined method `[]' for
    nil:NilClass:
    
      from octopus/lib/octopus/abstract_adapter.rb:23:in `octopus_shard'
      from octopus/lib/octopus/abstract_adapter.rb:12:in `instrument'
      from vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
    
    This has shown to surface in the ibm_db and sqlserver adapters.
    calh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3e9f50b View commit details
    Browse the repository at this point in the history