Ruby Tests Profiling Toolbox v1.0.10 Release Notes
Release Date: 2022-08-12 // about 2 years 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
andAnyFixture.after_fixtures_reset
callbacks. ([@ruslanshakirov][])๐ Fixes ActiveRecord 6.1 issue with AnyFixture and Postgres config ([@markedmondson][])