Sha256: ff72667e4b9d7488dff4bcccdaf15d46ab027f0d12fcdc353fcdf8ca3f35a431
Contents?: true
Size: 446 Bytes
Versions: 6
Compression:
Stored size: 446 Bytes
Contents
RailsApp::Application.configure do config.cache_classes = true config.serve_static_assets = true config.static_cache_control = "public, max-age=3600" config.whiny_nils = true 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
6 entries across 6 versions & 2 rubygems