Sha256: a440be62e6227aa62d6983f500d01a74d9281e0adb5259e45a947f0c61d435f9
Contents?: true
Size: 399 Bytes
Versions: 19
Compression:
Stored size: 399 Bytes
Contents
Rails418::Application.configure do config.cache_classes = true config.eager_load = false config.serve_static_assets = true config.static_cache_control = 'public, max-age=3600' 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 end
Version data entries
19 entries across 19 versions & 1 rubygems