Sha256: ffbcaf0c8cd41cedb4cf7a3979817f504a6229278fb1eacf31e8e6b3da4d07bf
Contents?: true
Size: 489 Bytes
Versions: 3
Compression:
Stored size: 489 Bytes
Contents
Dummy::Application.configure do config.cache_classes = true config.eager_load = false config.serve_static_assets = 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lena-0.1.0 | spec/dummy/config/environments/test.rb |
lena-0.0.2 | spec/dummy/config/environments/test.rb |
lena-0.0.1 | spec/dummy/config/environments/test.rb |