Sha256: 07b6007dde7f5ee4b54c85d35fa76fefd1d382dd5b2f4f0ca983e70c9133be8f
Contents?: true
Size: 403 Bytes
Versions: 5
Compression:
Stored size: 403 Bytes
Contents
Railsapp::Application.configure do config.cache_classes = true config.whiny_nils = true 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
5 entries across 5 versions & 1 rubygems