Sha256: ddd3223c88cdb6737f97563fed8c167956626a249b92ce96f85de2faf9baa902
Contents?: true
Size: 533 Bytes
Versions: 18
Compression:
Stored size: 533 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_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.test_order = :random config.active_support.deprecation = :stderr end
Version data entries
18 entries across 18 versions & 4 rubygems