Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

require 'dcell' already throws DCell::NotConfiguredError at the end #104

@doits

Description

@doits

Having a simple script with one line:

require 'dcell'

already gives the following error when the script terminates:

DCell::NotConfiguredError: please configure DCell with DCell.setup

I'd expect it to do nothing until I call something like DCell.start or try to use is (DCell::Node.all etc.). (Happens for me in Rails when I run a rake task: I want to skip DCell completely then, but it always throws this error at the end of the script.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions