Closed jagthedrummer closed 2 weeks ago
This is a new config in Rails 7.2 and the default is to have it set to true in development and test environments.
true
development
test
Joint PR: https://github.com/bullet-train-co/bullet_train-core/pull/930
The test failures here are ones that happen when we're using the published versions of the core gems and are expected. The tests where we link against the matching branch in core are passing.
core
This is a new config in Rails 7.2 and the default is to have it set to
true
indevelopment
andtest
environments.Joint PR: https://github.com/bullet-train-co/bullet_train-core/pull/930
The test failures here are ones that happen when we're using the published versions of the core gems and are expected. The tests where we link against the matching branch in
core
are passing.