Sha256: 462bc21d2016979212063428377c7254710868c8f31ba13eb1baf5d5d0d58e63

Contents?: true

Size: 481 Bytes

Versions: 22

Compression:

Stored size: 481 Bytes

Contents

Rails.application.configure do
  config.cache_classes = true
  config.eager_load = false
  config.serve_static_files = true
  config.static_cache_control = 'public, max-age=3600'
  config.consider_all_requests_local = true

  config.action_dispatch.show_exceptions = false

  config.action_controller.perform_caching = false
  config.action_controller.allow_forgery_protection = false

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
scimitar-1.11.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.10.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.8.2 spec/apps/dummy/config/environments/test.rb
scimitar-1.8.1 spec/apps/dummy/config/environments/test.rb
scimitar-1.8.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.7.1 spec/apps/dummy/config/environments/test.rb
scimitar-1.7.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.6.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.5.3 spec/apps/dummy/config/environments/test.rb
scimitar-1.5.2 spec/apps/dummy/config/environments/test.rb
scimitar-1.5.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.4.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.3.3 spec/apps/dummy/config/environments/test.rb
scimitar-1.3.1 spec/apps/dummy/config/environments/test.rb
scimitar-1.3.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.2.1 spec/apps/dummy/config/environments/test.rb
scimitar-1.2.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.1.0 spec/apps/dummy/config/environments/test.rb
scimitar-1.0.3 spec/apps/dummy/config/environments/test.rb
scimitar-1.0.2 spec/apps/dummy/config/environments/test.rb