-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
NameError (uninitialized constant Delayed::Job): #53
Comments
+1, I'm seeing this as well after moving from 2.1.4 to 3.0.0. The exception is triggered when using the "delay" proxy, as in: article.delay.update_comments. I tried using the "send_later" form as per the documentation, but that triggers deprecation warnings. |
+1 when gem update NameError (uninitialized constant Delayed::DelayProxy::Job): |
+1 when gem update |
2.0 and higher versions of DelayedJob don't come from this repository. Try here: https://github.com/collectiveidea/delayed_job |
Request to have this source's description and/or readme to link to the new official source |
+1 for linking to the new source |
I submitted a patch to the readme for this: #50 |
So for others who just want to fix this issue, the key is to simply replace
Or if you happen to be using Mongoid:
These will pull in the latest delayed_job with its dependencies, and everything should Just Work(tm). |
@jpatokal thanks for the fix, worked like a charm :) |
@jpatokal Worked for me, thanks! |
Thanks @jpatokal . it worked |
+1 |
Thanks @jpatokal |
I'm getting this error when using the delayed_job 3.0.0 gem...
NameError (uninitialized constant Delayed::Job):
Everything works great when I force delayed_job, 2.1.4 in my Gemfile.
I'm using rails 3.1.1.
Thanks for a great gem!
The text was updated successfully, but these errors were encountered: