Sha256: c6d78638d5b2c4900b30c4ec7d64877e957dcc5b4965bc3bafb47542ded3e3e9
Contents?: true
Size: 499 Bytes
Versions: 11
Compression:
Stored size: 499 Bytes
Contents
WebifyRubyRails::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 config.action_mailer.delivery_method = :test config.active_support.deprecation = :stderr end
Version data entries
11 entries across 11 versions & 1 rubygems