Rails 8's Lazy Route Loading + Devise
Jan 5, 2025 · 5 min read · Rails 8.0 introduces a significant change to route loading behavior, lazy loading routes by default in development and test. This change has implications for gems that interact with Rails' routing system, particularly Devise, which I personally use o...
JJoseph commented



