Use faster globs for template resolving by jhawthorn · Pull Request #33860 · rails/rails

Fixes #20752 ActionView::PathResolver (including the more optimized subclasses) works by evaluating a large glob pattern. Its search is mostly equivalent to: Dir["app/views/users/show{.en,}{.html,....