Sha256: 085a1e0e457b05b750c275466f6e69803bf6da83b4679603b4a22a23facf6506
Contents?: true
Size: 432 Bytes
Versions: 20
Compression:
Stored size: 432 Bytes
Contents
App::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
20 entries across 20 versions & 2 rubygems