Sha256: 062a62f4169fc1c6a8e1974cc048b90bc796f645d7e72566237e6e991c53aba8
Contents?: true
Size: 499 Bytes
Versions: 8
Compression:
Stored size: 499 Bytes
Contents
Rails40App::Application.configure do config.cache_classes = true config.eager_load = false config.serve_static_files = 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 config.active_support.test_order = :random config.active_support.deprecation = :stderr end
Version data entries
8 entries across 8 versions & 2 rubygems