Sha256: 8360b647128bb6275ce6f718435bff548fc56ea36b094a044908c7be9b396726
Contents?: true
Size: 541 Bytes
Versions: 5
Compression:
Stored size: 541 Bytes
Contents
RailsApp::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 I18n.enforce_available_locales = false end
Version data entries
5 entries across 5 versions & 1 rubygems