Sha256: cf24e9227ab75b86636672af65de789a3fe3652da64b1b283ff4e7cbc5cc852c

Contents?: true

Size: 1.09 KB

Versions: 13

Compression:

Stored size: 1.09 KB

Contents

Dummy::Application.configure do
  # Settings specified here will take precedence over those in config/application.rb

  # The test environment is used exclusively to run your application's
  # test suite. You never need to work with it otherwise. Remember that
  # your test database is "scratch space" for the test suite and is wiped
  # and recreated between test runs. Don't rely on the data there!
  config.cache_classes = true

  config.eager_load = true

  # Configure static asset server for tests with Cache-Control for performance
  config.serve_static_assets = true
  config.static_cache_control = "public, max-age=3600"


  # Show full error reports and disable caching
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false

  # Raise exceptions instead of rendering exception templates
  config.action_dispatch.show_exceptions = false

  # Disable request forgery protection in test environment
  config.action_controller.allow_forgery_protection    = false

  # Print deprecation notices to the stderr
  config.active_support.deprecation = :stderr
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
metasploit-model-1.0.2 spec/dummy/config/environments/test.rb
metasploit-model-1.0.1 spec/dummy/config/environments/test.rb
metasploit-model-1.0.0 spec/dummy/config/environments/test.rb
metasploit-model-0.30.2 spec/dummy/config/environments/test.rb
metasploit-model-0.30.2-java spec/dummy/config/environments/test.rb
metasploit-model-0.30.1 spec/dummy/config/environments/test.rb
metasploit-model-0.30.1-java spec/dummy/config/environments/test.rb
metasploit-model-0.30.1.pre.rspec.pre.3.pre.1 spec/dummy/config/environments/test.rb
metasploit-model-1.0.0.pre.rails.pre.4.0 spec/dummy/config/environments/test.rb
metasploit-model-0.30.0 spec/dummy/config/environments/test.rb
metasploit-model-0.30.0-java spec/dummy/config/environments/test.rb
metasploit-model-0.29.2 spec/dummy/config/environments/test.rb
metasploit-model-0.29.2-java spec/dummy/config/environments/test.rb