Login
From:
Write Software, Well
(Uncensored)
subscribe
How to List and Filter Routes in Ruby on Rails
https://www.writesoftwarewell.com/list-and-filter-routes-rails/
links
backlinks
Tagged with:
router
Roast topics
Find topics
Find it!
You can list all the routes in your Rails application by running the `bin/rails routes` command in the terminal. or by visiting `/rails/info/routes` path on a running Rails application.