Skip to content
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 error for "process_in_background" when using with resque #52

Open
tpletcher opened this issue Dec 1, 2011 · 4 comments

Comments

@tpletcher
Copy link

trying to add delayed_paperclip to existing functional paperclip installation. i use resque for background tasks and deploy on heroku, so am using foreman locally and a procfile to start-up processes, etc.

when i add the process_in_background to my model that has the paperclip attachment, and then fire up the server i get a resque exception indicating that the rake task failed due to process_in_background being an undefined method.

any help appreciated. i;m hoping running in the background will alleviate another issue i have with paperclip related to dynamic styles and the timing of the instantiation of the attributes....

@hendragunz
Copy link

Yeah.... I got this error too... I run my app on rails 3.1.3 + mongoDB (using mongoid)
When run "rake spec", there is raise error "undefined method process_in_background" in my ClassModel...

Need some help.... :-)

@jrgifford
Copy link

Did you guys ever figure this out? (I haven't used mongoid in concert with delayed_paperclip)

@calicoder
Copy link

Ping. I'm having the same issue.. has anyone been successful using delayed_paperclip with mongoid paperclip?

@jrgifford
Copy link

@calicoder I don't think this was officially supported on https://github.com/jrgifford/delayed_paperclip/, which is the new upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants