
rails-routes
List of commands for rails-routes:
-
rails-routes:tldr:0f86e rails-routes: List routes partially matching URL helper method name, HTTP verb, or URL path.$ rails routes -g ${select}try on your machineexplain this command
-
rails-routes:tldr:50115 rails-routes: List all routes.$ rails routestry on your machineexplain this command
-
rails-routes:tldr:c0b89 rails-routes: List all routes in an expanded format.$ rails routes --expandedtry on your machineexplain this command
-
rails-routes:tldr:fc542 rails-routes: List routes that map to a specified controller.$ rails routes -c ${select}try on your machineexplain this command