Sha256: 3669a9c7dae5d26935f54449e57498d440140ffbd89dbfc3b1e01270996cffcb
Contents?: true
Size: 759 Bytes
Versions: 27
Compression:
Stored size: 759 Bytes
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 # 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.active_support.deprecation = :stderr end
Version data entries
27 entries across 27 versions & 2 rubygems