Sha256: c155b829c6ebca41d19c76d4b1c81243f1d690645ecf95b0bb161bc91385602a

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

Dummy::Application.configure do
  config.cache_classes = true
  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_record.mass_assignment_sanitizer = :strict
  config.active_support.deprecation = :stderr
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infopark_component_cache-2.0.0 spec/dummy/config/environments/test.rb