Sha256: 63b375e16218de94c52e53691f6fabad7f0fe4695eb4774493d17da5c915b1fe

Contents?: true

Size: 872 Bytes

Versions: 23

Compression:

Stored size: 872 Bytes

Contents

# frozen_string_literal: true

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

  # 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

23 entries across 23 versions & 1 rubygems

Version Path
lhs-21.2.4 spec/dummy/config/routes.rb
lhs-21.2.3 spec/dummy/config/routes.rb
lhs-21.2.3.pre.preload.pre.providers.pre.too.1 spec/dummy/config/routes.rb
lhs-21.2.2 spec/dummy/config/routes.rb
lhs-21.2.1 spec/dummy/config/routes.rb
lhs-21.2.0 spec/dummy/config/routes.rb
lhs-21.1.4 spec/dummy/config/routes.rb
lhs-21.1.3 spec/dummy/config/routes.rb
lhs-21.1.2 spec/dummy/config/routes.rb
lhs-21.1.2.pre.keyfix.2 spec/dummy/config/routes.rb
lhs-21.1.2.pre.keyfix.1 spec/dummy/config/routes.rb
lhs-21.1.2.pre.fix.pre.cant.pre.add.pre.new.pre.key.pre.during.pre.iteration.1 spec/dummy/config/routes.rb
lhs-21.1.1.pre.pre.fix.pre.cant.pre.add.pre.new.pre.key.pre.during.pre.iteration.1 spec/dummy/config/routes.rb
lhs-21.1.0 spec/dummy/config/routes.rb
lhs-21.0.0 spec/dummy/config/routes.rb
lhs-20.1.4 spec/dummy/config/routes.rb
lhs-20.1.3.pre.paginationfix.3 spec/dummy/config/routes.rb
lhs-20.1.3.pre.paginationfix.2 spec/dummy/config/routes.rb
lhs-20.1.3.pre.paginationfix.1 spec/dummy/config/routes.rb
lhs-20.1.2 spec/dummy/config/routes.rb