dry-rb/dry-validation

Uninitialized constant Dry::Validation::Messages::Resolver

Open

#742 opened on Oct 22, 2025

 (2 comments) (0 reactions) (0 assignees)Ruby (196 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (1,422 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Describe the bug

Sometimes uninitialized constant Dry::Validation::Messages::Resolver error occurs in production sites. It originates from this line

Restarting the server solves the issue.

To Reproduce

Not easy to reproduce

My environment

  • Affects my production application: YES
  • Ruby version: 3.3.5
  • OS: Ubuntu 24.04.3
  • Dry Validation Version: 1.11.1
  • Zeitwerk Version: 2.7.2

Contributor guide