Sha256: 90a68cccb66254b7d8bae9da8354ae172c7a61a2121e4ebfc93d3ddea4026430

Contents?: true

Size: 1009 Bytes

Versions: 16

Compression:

Stored size: 1009 Bytes

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

  # 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       = false
  config.action_controller.perform_caching = true

  # 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

16 entries across 16 versions & 1 rubygems

Version Path
h2ocube_rails_assets-0.3.1 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.3.0 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.2.2 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.2.1 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.2.0 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.1.1 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.1.0 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.30 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.29 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.28 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.27 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.26 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.25 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.24 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.23 test/dummy/config/environments/test.rb
h2ocube_rails_assets-0.0.22 test/dummy/config/environments/test.rb