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

Allow use without activerecord #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tastycode
Copy link

This allows resque-delay to be used in environments without activerecord loaded.

Also, a change in Ruby 2.0 caused respond_to? to only check public methods. Occasionally, an instance may delay its own private methods, in these cases.. respond_to? fails and requires the second argument to check all methods.

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

Successfully merging this pull request may close these issues.

2 participants