Sha256: 216403d80a68ce77afe649c1c063cc64a6326388aef826d9379b428aa8c4a8f6
Contents?: true
Size: 397 Bytes
Versions: 42
Compression:
Stored size: 397 Bytes
Contents
App::Application.configure do config.cache_classes = 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
42 entries across 42 versions & 2 rubygems