đź‘» ghost_routes
Detect unused Rails routes using production logs and usage analytics.
Summary
ghost_routes helps Rails developers identify “ghost” routes—endpoints defined in routes.rb but never hit in production. This helps:
Clean up dead routes
Reduce security risks
Improve maintainability