Sha256: 46f2a87cc9e171082711248c1f9f843d3a54b7c9e2808824d17320be75bef10d

Contents?: true

Size: 541 Bytes

Versions: 5

Compression:

Stored size: 541 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.test_order = :random

  config.active_support.deprecation = :stderr
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
adhonorem-1.0.1 spec/test_app/config/environments/test.rb
adhonorem-1.0.0 spec/test_app/config/environments/test.rb
browsing_history-0.0.4 spec/test_app/config/environments/test.rb
browsing_history-0.0.3 spec/test_app/config/environments/test.rb
browsing_history-0.0.2 spec/test_app/config/environments/test.rb