Sha256: 5b54a6f3227d1ef9c787a8797679f754171d1c5e9d411f01607983111d421f33

Contents?: true

Size: 441 Bytes

Versions: 2

Compression:

Stored size: 441 Bytes

Contents

Rails.application.configure do
  config.cache_classes = true
  config.eager_load = false
  config.serve_static_assets  = true
  config.static_cache_control = 'public, max-age=3600'
  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
direct_inject-0.1.0 test/dummy/config/environments/test.rb
direct_inject-0.0.1 test/dummy/config/environments/test.rb