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
It is an error that it can not find the document as you run Resque
I have a small piece of code to reproduce the same error.
require 'active_support/basic_object'
module Resque; end
class DelayProxy < ActiveSupport::BasicObject
def method_missing(method, *args)
Resque
end
end
DelayProxy.new.any_method
# test-ruby.rb:7:in `method_missing': uninitialized constant DelayProxy::Resque (NameError)
# from test-ruby.rb:11:in `<main>'
If you do not inherit the ActiveSupport::BasicObject or to ::Resque, the error is no longer I, but I do not know in the first place, or why Resque can no longer see.
The text was updated successfully, but these errors were encountered:
gabriprat
pushed a commit
to gabriprat/resque-delay
that referenced
this issue
Jul 3, 2015
It is an error that it can not find the document as you run Resque
I have a small piece of code to reproduce the same error.
If you do not inherit the ActiveSupport::BasicObject or to ::Resque, the error is no longer I, but I do not know in the first place, or why Resque can no longer see.
The text was updated successfully, but these errors were encountered: