Sha256: aaa0212042e54c06ba61c6f0a7ef710183df617fdc21355ed668e54cf8d6421e
Contents?: true
Size: 583 Bytes
Versions: 11
Compression:
Stored size: 583 Bytes
Contents
# Settings specified here will take precedence over those in config/environment.rb # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests config.cache_classes = true # Full error reports are disabled and caching is turned on config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching = true config.action_view.cache_template_loading = true config.action_mailer.delivery_method = :persistent config.after_initialize do require 'culerity/persistent_delivery' end
Version data entries
11 entries across 11 versions & 2 rubygems