Sha256: e015601354b3234f196aa25237ca190f5acce520f140433eae0bfa9557865a65

Contents?: true

Size: 433 Bytes

Versions: 1

Compression:

Stored size: 433 Bytes

Contents

App::Application.configure do
  config.encoding = 'utf-8'
  config.cache_classes = true
  config.whiny_nils = true
  config.action_controller.perform_caching = false
  config.action_dispatch.show_exceptions = false
  #config.action_controller.allow_forgery_protection = true
  config.consider_all_requests_local = false
  config.active_support.deprecation = :stderr
  config.assets.enabled = true
  config.assets.version = '1.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_attachments-0.1.1 test/config/environments/test.rb