Sha256: 62d8b2e1617c95a41331f40a4ac6dbd7a6acce9f1abfca85e02bfcc4649a68a7
Contents?: true
Size: 396 Bytes
Versions: 11
Compression:
Stored size: 396 Bytes
Contents
Rails.application.configure do config.cache_classes = true config.eager_load = false 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
11 entries across 11 versions & 3 rubygems