Sha256: 48b939ac11abd27ec8644140dc25c282b3e3a6935a375ba3838f704b90329dbb

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

Dummy::Application.configure do
  config.cache_classes = true
  config.serve_static_assets = true
  config.static_cache_control = "public, max-age=3600"
  config.whiny_nils = true
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false
  config.action_dispatch.show_exceptions = false
  config.action_controller.allow_forgery_protection    = false
  config.active_support.deprecation = :stderr
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test_track-0.0.4 test/dummy/config/environments/test.rb
test_track-0.0.3 test/dummy/config/environments/test.rb