Sha256: c740d9001f0b5f04f6a76ccbd164d37b3f9b719e152a5e489ef3c5ba7f8ad227

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

SiteLogic::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.action_mailer.delivery_method = :test
  config.active_support.deprecation = :stderr
  # tanker gem
  config.tanker_disabled = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
site_logic-1.9.6 config/environments/test.rb