Sha256: 8b0831bf6e508b0d2b366931ee96c8a8901d1bf5a230326051a15f61aa2b86a5
Contents?: true
Size: 828 Bytes
Versions: 4
Compression:
Stored size: 828 Bytes
Contents
config.cache_classes = true # set because of https://rspec.lighthouseapp.com/projects/16211/tickets/165 # Log error messages when you accidentally call methods on nil. config.whiny_nils = true # Show full error reports and disable caching config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false config.action_view.cache_template_loading = false # Disable request forgery protection in test environment config.action_controller.allow_forgery_protection = false # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :persistent config.after_initialize do require 'culerity/persistent_delivery' end
Version data entries
4 entries across 4 versions & 1 rubygems