Sha256: a1e8c3376f39bbf0c81c570d1ff1360c02185e3dd8118857955b1d9917d13de4
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
MarbleApp::Application.configure do config.cache_classes = true config.consider_all_requests_local = false config.action_controller.perform_caching = true config.action_dispatch.x_sendfile_header = 'X-Sendfile' config.serve_static_assets = false config.i18n.fallbacks = true config.active_support.deprecation = :notify end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marble-0.1.0 | test/rails/config/environments/production.rb |