Sha256: 3d786a99f6f6a34ac0f52b0650ec3904984e9cbd5c02486f97f07de8c6c221c4
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
Dummy::Application.configure do config.cache_classes = true config.serve_static_assets = true config.static_cache_control = "public, max-age=3600" config.eager_load = false 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.active_support.deprecation = :stderr end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-pixrem-0.0.1 | spec/dummy/config/environments/test.rb |