Sha256: 735b125c4082f78c480bea4aa4fc2e91c874a68ad14625eb868c8d6d14659408

Contents?: true

Size: 1.18 KB

Versions: 19

Compression:

Stored size: 1.18 KB

Contents

# frozen_string_literal: true

Rails.application.routes.draw do
  root 'application#root'

  # Automatic Authentication
  get 'automatic_authentication/oauth' => 'automatic_authentication#o_auth'
  get 'automatic_authentication/oauth_with_multiple_providers' => 'automatic_authentication#o_auth_with_multiple_providers'
  get 'automatic_authentication/oauth_with_provider' => 'automatic_authentication#o_auth_with_provider'

  # Request Cycle Cache
  get 'request_cycle_cache/simple' => 'request_cycle_cache#simple'
  get 'request_cycle_cache/no_caching_interceptor' => 'request_cycle_cache#no_caching_interceptor'
  get 'request_cycle_cache/parallel' => 'request_cycle_cache#parallel'
  get 'request_cycle_cache/headers' => 'request_cycle_cache#headers'

  # Error handling with chains
  get 'error_handling_with_chains/fetch_in_controller' => 'error_handling_with_chains#fetch_in_controller'
  get 'error_handling_with_chains/fetch_in_view' => 'error_handling_with_chains#fetch_in_view'

  # Option Blocks
  get 'option_blocks/first' => 'option_blocks#first'
  get 'option_blocks/second' => 'option_blocks#second'

  # Extended Rollbar
  get 'extended_rollbar' => 'extended_rollbar#extended_rollbar'
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
lhs-25.1.0 spec/dummy/config/routes.rb
lhs-25.0.4 spec/dummy/config/routes.rb
lhs-25.0.3 spec/dummy/config/routes.rb
lhs-25.0.2 spec/dummy/config/routes.rb
lhs-25.0.1 spec/dummy/config/routes.rb
lhs-25.0.0 spec/dummy/config/routes.rb
lhs-24.1.2 spec/dummy/config/routes.rb
lhs-24.1.1 spec/dummy/config/routes.rb
lhs-24.1.0 spec/dummy/config/routes.rb
lhs-24.1.0.pre.2 spec/dummy/config/routes.rb
lhs-24.1.0.pre.1 spec/dummy/config/routes.rb
lhs-24.0.0 spec/dummy/config/routes.rb
lhs-23.0.2 spec/dummy/config/routes.rb
lhs-23.0.1 spec/dummy/config/routes.rb
lhs-23.0.0 spec/dummy/config/routes.rb
lhs-22.1.1.pre spec/dummy/config/routes.rb
lhs-22.1.0 spec/dummy/config/routes.rb
lhs-22.0.0 spec/dummy/config/routes.rb
lhs-21.3.1 spec/dummy/config/routes.rb