Ruby Tests Profiling Toolbox v0.7.1 Release Notes

Release Date: 2018-08-20 // over 5 years ago
    • ➕ Add ability to ignore connection configurations in shared connection.([@palkan][])

    Example:

      # Do not use shared connection for sqlite db
      TestProf::ActiveRecordSharedConnection.ignore { |config| config[:adapter] == "sqlite3" }