Sha256: fb802687eb085702a5f0cf5d2dbdb5766a58025d7d2ab3c8cc7b68052730c4bc

Contents?: true

Size: 528 Bytes

Versions: 3

Compression:

Stored size: 528 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_mailer.delivery_method = :test
  config.action_dispatch.show_exceptions = false
  config.action_controller.allow_forgery_protection = false

  config.active_support.test_order = :random
  config.active_support.deprecation = :stderr

  config.serve_static_files = true
  config.static_cache_control = 'public, max-age=3600'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formgroups-rails-0.0.4 test/dummy/config/environments/test.rb
formgroups-rails-0.0.3 test/dummy/config/environments/test.rb
formgroups-rails-0.0.2 test/dummy/config/environments/test.rb