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

Refactored code to depend on connection handler's #with_connection inste... #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Refactored code to depend on connection handler's #with_connection inste... #5

wants to merge 1 commit into from

Commits on Apr 19, 2014

  1. Refactored code to depend on connection handler's #with_connection in…

    …stead of #connection.
    
    Any place that called #connection that did not store it in some field was changed to use #with_connection because #with_connection will create a connection, run the block that needs that connection, and then let go of the connection so that connections are held onto.
    eric-chahin committed Apr 19, 2014
    Configuration menu
    Copy the full SHA
    59cc49d View commit details
    Browse the repository at this point in the history