Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Use a connection pool for faraday connections #2

Closed
wants to merge 4 commits into from

Commits on Oct 19, 2015

  1. Use a connection pool instead of assuming faraday connections are sha…

    …reable across threads
    workmad3 committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    3b19f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be9a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ae96bf View commit details
    Browse the repository at this point in the history
  4. Fixing tests

    Forgot to require connection_pool.
    
    Needed to alias the test connection in order to alter it for the ORM
    tests.
    workmad3 committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    ada78d8 View commit details
    Browse the repository at this point in the history