Sha256: 9289fdc2b3a72c61066c0aab6fde686a7b747f01679d6e4715777896fcd0c2b6

Contents?: true

Size: 1.16 KB

Versions: 26

Compression:

Stored size: 1.16 KB

Contents

RailsApp::Application.configure do
  # Settings specified here will take precedence over those in config/application.rb

  # The test environment is used exclusively to run your application's
  # test suite. You never need to work with it otherwise. Remember that
  # your test database is "scratch space" for the test suite and is wiped
  # and recreated between test runs. Don't rely on the data there!
  config.cache_classes = true

  # Show full error reports and disable caching
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false

  # Raise exceptions instead of rendering exception templates
  config.action_dispatch.show_exceptions = false

  # Disable request forgery protection in test environment
  config.action_controller.allow_forgery_protection    = false

  # Tell Action Mailer not to deliver emails to the real world.
  # The :test delivery method accumulates sent emails in the
  # ActionMailer::Base.deliveries array.
  config.action_mailer.delivery_method = :test

  # Print deprecation notices to the stderr
  config.active_support.deprecation = :stderr

  config.eager_load = false

  config.log_level = :warn
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
counter_culture-2.2.2 spec/rails_app/config/environments/test.rb
counter_culture-2.2.1 spec/rails_app/config/environments/test.rb
counter_culture-2.2.0 spec/rails_app/config/environments/test.rb
counter_culture-2.1.4 spec/rails_app/config/environments/test.rb
counter_culture-2.1.3 spec/rails_app/config/environments/test.rb
counter_culture-2.1.2 spec/rails_app/config/environments/test.rb
counter_culture-2.1.1 spec/rails_app/config/environments/test.rb
counter_culture-2.1.0 spec/rails_app/config/environments/test.rb
counter_culture-2.0.1 spec/rails_app/config/environments/test.rb
counter_culture-2.0.0 spec/rails_app/config/environments/test.rb
counter_culture-1.12.0 spec/rails_app/config/environments/test.rb
counter_culture-1.11.0 spec/rails_app/config/environments/test.rb
counter_culture-1.10.0 spec/rails_app/config/environments/test.rb
counter_culture-1.9.2 spec/rails_app/config/environments/test.rb
counter_culture-1.9.1 spec/rails_app/config/environments/test.rb
counter_culture-1.9.0 spec/rails_app/config/environments/test.rb
counter_culture-1.8.2 spec/rails_app/config/environments/test.rb
counter_culture-1.8.1 spec/rails_app/config/environments/test.rb
counter_culture-1.8.0 spec/rails_app/config/environments/test.rb
counter_culture-1.7.0 spec/rails_app/config/environments/test.rb