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

BP-2147 | Hotfix: Added support for Rails 6 multi-database switching #1

Merged
merged 5 commits into from Oct 8, 2019

Commits on Oct 2, 2019

  1. BP-2147 | Hotfix: Added support for Rails 6 database switching

    In testing the Rails 6 final release, seeding the test database was failing due to the the new way connections are handled.  It appears with Rails 6 that establishing the DB connection within the connection pool no longer automatically connects at the ActiveRecord::Base level.  This adds a manual call to establish the connection when it's just added to the pool
    chrisyuska committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    df01aec View commit details
    Browse the repository at this point in the history
  2. Travis config

    chrisyuska committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    32a13f5 View commit details
    Browse the repository at this point in the history
  3. More Travis

    chrisyuska committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    cf2d4fb View commit details
    Browse the repository at this point in the history
  4. More Travis config

    chrisyuska committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    e1b09f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    23aa07d View commit details
    Browse the repository at this point in the history