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

log_connection_exception should be a class method #27

Closed
wants to merge 1 commit into from

Conversation

vinodc
Copy link

@vinodc vinodc commented Feb 15, 2011

log_connection_exception is only called from within one class method. In addition, it fails when it is called because no self.log_connection_exception exists.

method, since it is only called from within a class method and errors
since no class method of that name exists.
@Jirapong
Copy link

Jirapong commented Apr 1, 2011

this fix my problem - thank you very much.

@jmondo
Copy link

jmondo commented Jul 1, 2011

i just found that problem as well and solved it in my local gem build. would be great if it was fixed officially.

@kookster
Copy link
Member

I have manually merged this.
I did not have it eat the exception as the patch suggested, but I did correctly make it a class method.

@kookster kookster closed this Jan 30, 2012
@durrantm
Copy link

oh ok, I will update my local. Thx

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.

5 participants