Sha256: ea4356dc8911ed81476d913f58ec71168e663a7fc98174faf3b89beee9319ee0

Contents?: true

Size: 1.14 KB

Versions: 31

Compression:

Stored size: 1.14 KB

Contents

Dummy::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

  # Do not eager load code on boot. This avoids loading your whole application
  # just for the purpose of running a single test. If you are using a tool that
  # preloads Rails for running tests, you may have to set it to true.
  config.eager_load = false

  # 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

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

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
rom-rails-2.4.0 spec/dummy/config/environments/test.rb
rom-rails-2.3.1 spec/dummy/config/environments/test.rb
rom-rails-2.3.0 spec/dummy/config/environments/test.rb
rom-rails-2.2.0 spec/dummy/config/environments/test.rb
rom-rails-2.0.0 spec/dummy/config/environments/test.rb
rom-rails-1.2.0 spec/dummy/config/environments/test.rb
rom-rails-1.1.1 spec/dummy/config/environments/test.rb
rom-rails-1.1.0 spec/dummy/config/environments/test.rb
rom-rails-1.0.1 spec/dummy/config/environments/test.rb
rom-rails-1.0.0 spec/dummy/config/environments/test.rb
rom-rails-1.0.0.rc1 spec/dummy/config/environments/test.rb
rom-rails-1.0.0.beta1 spec/dummy/config/environments/test.rb
rom-rails-0.9.0 spec/dummy/config/environments/test.rb
rom-rails-0.9.0.beta1 spec/dummy/config/environments/test.rb
rom-rails-0.8.0 spec/dummy/config/environments/test.rb
rom-rails-0.7.0 spec/dummy/config/environments/test.rb
rom-rails-0.6.0 spec/dummy/config/environments/test.rb
rom-rails-0.6.0.rc1 spec/dummy/config/environments/test.rb
rom-rails-0.6.0.beta1 spec/dummy/config/environments/test.rb
rom-rails-0.5.0 spec/dummy/config/environments/test.rb