Sha256: ed720f5a4c78cd07c7596852d0f4b08f2ab053f7030851248b607ab1c76543d4
Contents?: true
Size: 525 Bytes
Versions: 98
Compression:
Stored size: 525 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.assets.digest = 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.test_order = :random config.active_support.deprecation = :stderr end
Version data entries
98 entries across 98 versions & 1 rubygems