Fix issue when updating a child record through a parent (like: parent_model.update(child_attributes: { image: file })) for Rails >= 8.0.2 (#378) Fix issue causing a stack error too deep edge case (not reproductible) because of the after: :load_config_initializers option (#382)