Sha256: b71bcdc6ccf7a27b4ee9bf39a05918b0bd89ee2bc69549d47ea2b43e681941bb

Contents?: true

Size: 440 Bytes

Versions: 31

Compression:

Stored size: 440 Bytes

Contents

Rails.application.routes.draw do
  # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

  # Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
  # Can be used by load balancers and uptime monitors to verify that the app is live.
  get "up" => "rails/health#show", as: :rails_health_check

  # Defines the root path route ("/")
  # root "posts#index"
end

Version data entries

31 entries across 31 versions & 8 rubygems

Version Path
railties-7.1.2 lib/rails/generators/rails/app/templates/config/routes.rb.tt
snapcher-0.1.5 sample-app/config/routes.rb
snapcher-0.1.4 sample-app/config/routes.rb
snapcher-0.1.3 sample-app/config/routes.rb
snapcher-0.1.2 sample-app/config/routes.rb
snapcher-0.1.1 sample-app/config/routes.rb
snapcher-0.1.0 sample-app/config/routes.rb
railties-7.1.1 lib/rails/generators/rails/app/templates/config/routes.rb.tt
railties-7.1.0 lib/rails/generators/rails/app/templates/config/routes.rb.tt
railties-7.1.0.rc2 lib/rails/generators/rails/app/templates/config/routes.rb.tt
railties-7.1.0.rc1 lib/rails/generators/rails/app/templates/config/routes.rb.tt