Sha256: fbd8abd15828be7687b6143da09e5f3f8f66d1c510233f3c1582a749b9cf7a57
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
Dummy::Application.configure do config.cache_classes = true config.serve_static_assets = true config.static_cache_control = "public, max-age=3600" 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_record.mass_assignment_sanitizer = :strict config.active_support.deprecation = :stderr end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calendarize-0.1 | test/dummy/config/environments/test.rb |