Sha256: f9e24e26cc95f9a0d72c39e91f59f4e7528b9457167d28291681dd28ded79984

Contents?: true

Size: 1.41 KB

Versions: 25

Compression:

Stored size: 1.41 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
  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

  # 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

  # Use SQL instead of Active Record's schema dumper when creating the test database.
  # This is necessary if your schema can't be completely dumped by the schema dumper,
  # like if you have constraints or database-specific column types
  # config.active_record.schema_format = :sql

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

Version data entries

25 entries across 25 versions & 5 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/cocoon-1.2.15/spec/dummy/config/environments/test.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/cocoon-1.2.15/spec/dummy/config/environments/test.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/cocoon-1.2.15/spec/dummy/config/environments/test.rb
cocoon-1.2.15 spec/dummy/config/environments/test.rb
cocoon-1.2.14 spec/dummy/config/environments/test.rb
cocoon-1.2.13 spec/dummy/config/environments/test.rb
cocoon-1.2.12 spec/dummy/config/environments/test.rb
cocoon-1.2.11 spec/dummy/config/environments/test.rb
cocoon-1.2.10 spec/dummy/config/environments/test.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/cocoon-1.2.9/spec/dummy/config/environments/test.rb
cocoon-1.2.9 spec/dummy/config/environments/test.rb
cocoon-1.2.8 spec/dummy/config/environments/test.rb
cocoon-1.2.7 spec/dummy/config/environments/test.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/cocoon-1.2.6/spec/dummy/config/environments/test.rb
dynamic_fields_for_rails-0.6.0 test/dummy/config/environments/test.rb
cocoon-1.2.6 spec/dummy/config/environments/test.rb
dynamic_fields_for_rails-0.5.3 test/dummy/config/environments/test.rb
dynamic_fields_for_rails-0.5.2 test/dummy/config/environments/test.rb
dynamic_fields_for_rails-0.5.1 test/dummy/config/environments/test.rb
dynamic_fields_for_rails-0.5.0 test/dummy/config/environments/test.rb