-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
undefined method `new' for Resque:Module #1175
Comments
|
If you could provide a backtrace for your exception, we could help. My suspicion is that you're using a plugin for resque that isn't yet compatible with the 2.x version of resque, or you're calling |
|
@wlodi83 Also, it'd be helpful providing the |
|
Gemfile Gemfile.lock |
The Readme from the resque = Resque.new
resque << ImageConversionJob.newIs 2.0.0.pre1 completely unusable or the documentation is simply out of date? Thanks! |
|
some issue of @gmalkas Readme needs an update probably |
|
So, how should i send a job to the queue? |
|
Documentation in master branch does not represent anything but a specification for the new version. |
|
For the record, this is incredibly frustrating for end users, as it On Wed, Mar 11, 2015 at 1:41 AM, Aggelos Avgerinos
|
|
So, i think you should write this on the README, as i lost a few hours with this new version, and in the end i will use the 1.x version of resque. |
|
Yes, please update the README! It took me hours and lots of frustration to figure out that Resque 2.0 is not ready yet... |
|
WTF ? Can someone just update the README to not show how to integrate v2-pre rather point to v1 ? Is anyone even maintaining the code ? |
|
Doesn't it already have that? https://github.com/resque/resque#a-note-about-branches |
|
I think no matter what it's a bad idea to have purposefully wrong documentation on the master README. Ashton Sent from my iPhone
|
|
Why wouldn't 2.0 be a branch instead of master? That is the git workflow On Mon, Aug 10, 2015 at 5:54 PM, Ashton Kemerling notifications@github.com
|
|
When you follow installation instructions on a github page and it does not work because the README does not correspond to the code, this is extremely frustrating. Do you expect every user to find your "Not about branches" and switch the branch? Unbelievable. If this is a development branch, fine. Just change the default branch to show on opening https://github.com/resque/resque to something else then. |
|
Please make README reflect a stable version. |
|
Readme has been updated :) Let's close these issues? See #976 |
|
Yup! |
Hi,
I am using Rails 4.0.2 and ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
I have installed Resque::VERSION => "2.0.0.pre.1"
However when I try Resque.new in the console I am getting an error: undefined method `new' for Resque:Module
Could you let me know how to fix it?
The text was updated successfully, but these errors were encountered: