Sha256: 4bfc8f1c6ef074b6fab9d8204074b1c4c04e519339c8aa976bce31165ea7e6c6

Contents?: true

Size: 436 Bytes

Versions: 7

Compression:

Stored size: 436 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
  # custom
  config.tanker_disabled = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
site_logic-1.9.13 config/environments/test.rb
site_logic-1.9.12 config/environments/test.rb
site_logic-1.9.11 config/environments/test.rb
site_logic-1.9.10 config/environments/test.rb
site_logic-1.9.9 config/environments/test.rb
site_logic-1.9.8 config/environments/test.rb
site_logic-1.9.7 config/environments/test.rb