You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging router issues with Ruby on Rails, you were able to list all registered routes by running bundle exec rake routes. I've found myself on several occasions wanting to list all registered endpoints in a service, and think that would be a helpful utility.
The text was updated successfully, but these errors were encountered:
When debugging router issues with Ruby on Rails, you were able to list all registered routes by running
bundle exec rake routes
. I've found myself on several occasions wanting to list all registered endpoints in a service, and think that would be a helpful utility.The text was updated successfully, but these errors were encountered: