Ruby Tests Profiling Toolbox v1.0.10 Release Notes

Release Date: 2022-08-12 // over 1 year ago
    • ๐Ÿ‘ Allow overriding global logger. ([@palkan][])
    require "test_prof/recipes/logging"
    
    TestProf::Rails::LoggingHelpers.logger = CustomLogger.new
    

Previous changes from v1.0.9

    • ๐Ÿ›  Add AnyFixture.before_fixtures_reset and AnyFixture.after_fixtures_reset callbacks. ([@ruslanshakirov][])

    • ๐Ÿ›  Fixes ActiveRecord 6.1 issue with AnyFixture and Postgres config ([@markedmondson][])