Sha256: 462bc21d2016979212063428377c7254710868c8f31ba13eb1baf5d5d0d58e63
Contents?: true
Size: 481 Bytes
Versions: 22
Compression:
Stored size: 481 Bytes
Contents
Rails.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_dispatch.show_exceptions = false config.action_controller.perform_caching = false config.action_controller.allow_forgery_protection = false config.active_support.test_order = :random config.active_support.deprecation = :stderr end
Version data entries
22 entries across 22 versions & 1 rubygems