Sha256: b8c3471c3d83ed71f361606ceddc6085908eb9eff2c3e4aa62248fccd4e31d2e

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

Rails.application.configure do
  
  config.cache_classes = true

  
  config.eager_load = false

  config.serve_static_files  = 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.action_mailer.delivery_method = :test

  config.active_support.deprecation = :stderr

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sql_search_n_sort-2.1.4 test/dummy/config/environments/test.rb