Sha256: a693b2f8d750a1e8f4e15c86640a4fdd990c117c0d4667a2ad203700e6d00bf5

Contents?: true

Size: 473 Bytes

Versions: 4

Compression:

Stored size: 473 Bytes

Contents

RailsApp::Application.configure do
  config.eager_load = true
  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.active_support.deprecation = :stderr
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
warden-github-rails-1.2.2 spec/rails_app/config/environments/test.rb
warden-github-rails-1.2.1 spec/rails_app/config/environments/test.rb
warden-github-rails-1.2.0 spec/rails_app/config/environments/test.rb
warden-github-rails-1.1.2 spec/rails_app/config/environments/test.rb