You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
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.)
The text was updated successfully, but these errors were encountered:
doits
changed the title
require 'dcell' already throws DCell::NotConfiguredError at the endrequire 'dcell' already throws DCell::NotConfiguredError at the end
Jul 16, 2015
Having a simple script with one line:
already gives the following error when the script terminates:
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 arake
task: I want to skipDCell
completely then, but it always throws this error at the end of the script.)The text was updated successfully, but these errors were encountered: