Sha256: d89f8809107635be4f9d81e6616d2645e6e4deb26de8ff3b06209868640e18de

Contents?: true

Size: 1.51 KB

Versions: 23

Compression:

Stored size: 1.51 KB

Contents

# encoding: utf-8
TestApp::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

  # Configure static asset server for tests with Cache-Control for performance
  config.serve_static_assets = true
  config.static_cache_control = 'public, max-age=3600'

  # Log error messages when you accidentally call methods on nil
  config.whiny_nils = 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

  # Raise exception on mass assignment protection for Active Record models
  config.active_record.mass_assignment_sanitizer = :strict

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

Version data entries

23 entries across 23 versions & 8 rubygems

Version Path
qtip2-jquery-rails-2.2.100 spec/test_app/config/environments/test.rb
jqgrid-jquery-rails-4.6.1 spec/test_app/config/environments/test.rb
jqgrid-jquery-rails-4.6.0 spec/test_app/config/environments/test.rb
jqgrid-jquery-rails-4.5.400 spec/test_app/config/environments/test.rb
jqgrid-jquery-rails-4.5.300 spec/test_app/config/environments/test.rb
jqgrid-jquery-rails-4.5.202 spec/test_app/config/environments/test.rb
the1kbgrid-css-rails-1.1.3 spec/test_app/config/environments/test.rb
tablecloth-rails-1.0.102 spec/test_app/config/environments/test.rb
qtip2-jquery-rails-2.1.108 spec/test_app/config/environments/test.rb
logger-jquery-rails-1.2.006 spec/test_app/config/environments/test.rb
github-css-rails-1.1.4 spec/test_app/config/environments/test.rb
enableplaceholder-jquery-rails-1.2.206 spec/test_app/config/environments/test.rb
cssbuttongenerator-css-rails-1.1.0 spec/test_app/config/environments/test.rb
enableplaceholder-jquery-rails-1.2.205 spec/test_app/config/environments/test.rb
cssbuttongenerator-css-rails-1.0.5 spec/test_app/config/environments/test.rb
qtip2-jquery-rails-2.1.107 spec/test_app/config/environments/test.rb
tablecloth-rails-1.0.101 spec/test_app/config/environments/test.rb
the1kbgrid-css-rails-1.1.2 spec/test_app/config/environments/test.rb
logger-jquery-rails-1.2.005 spec/test_app/config/environments/test.rb
jqgrid-jquery-rails-4.5.201 spec/test_app/config/environments/test.rb