Guilherme Pasqualino
Guilherme Pasqualino
Hi there, I have noticed that in 0.5.0 neither `start_span` nor `with_span` functions in the module `otel_tracer`accept the `parent` option anymore. The `start_span` function is accepting now a context parameter...
In the commit https://github.com/rails/rails/commit/f888fad4db6d6956b675ca0441baa5aa63edae32 it was introduced the method `record_attribute_changed_in_place?` to `ActiveModel::Validations::NumericalityValidator` which calls `record.attribute_changed_in_place?`. The intention was that if this method was added by `ActiveRecord::AttributeMethods::Dirty` then it would be...