Skip to content

Instantly share code, notes, and snippets.

@ogawatti
Created August 23, 2022 05:46
Show Gist options
  • Save ogawatti/121003a6949cdbe356e65661197c0c22 to your computer and use it in GitHub Desktop.
Save ogawatti/121003a6949cdbe356e65661197c0c22 to your computer and use it in GitHub Desktop.
Rails routes by console
# http://localhost:3000/rails/info/routes
Rails.application.routes.url_helpers.root_path #=> "/"
Rails.application.routes.routes.map(&:name).compact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment