[Quicky] Unused routes for Rails 7.0 below
Mar 13, 2024 · 1 min read · With Rails 7.1, you can list unused routes with: ./bin/rails routes --unused For Rails 6.0, 6.1 and 7.0, below is a script I used in my project to find out unused routes. Apparently, I barrow it from ShakaCode. Thanks to them. In conjunction with th...
Join discussion