Forrest logo
back to context overview

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 machine
    explain this command
  • rails-routes:tldr:50115 rails-routes: List all routes.
    $ rails routes
    try on your machine
    explain this command
  • rails-routes:tldr:c0b89 rails-routes: List all routes in an expanded format.
    $ rails routes --expanded
    try on your machine
    explain this command
  • rails-routes:tldr:fc542 rails-routes: List routes that map to a specified controller.
    $ rails routes -c ${select}
    try on your machine
    explain this command
back to context overview