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

Fix for resque mailer conflict #8

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

Conversation

robban
Copy link

@robban robban commented Jun 3, 2013

When you use the autoscaler with resque-mailer, then you get problems due to the config method added on the mailer class ( by extend Resque::Plugins::HerokuAutoscaler) . This config method is assumed(by ActionMailer) to return an object responding to the method inheritable_copy. To avoid this error, i renamed the config method.

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.

1 participant