Sha256: 5daec15b861d9397161907188ed8054bd7e634cca4ae6ea24fb1468b9cb4356e

Contents?: true

Size: 870 Bytes

Versions: 42

Compression:

Stored size: 870 Bytes

Contents

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

  # In the development environment your application's code is reloaded on
  # every request.  This slows down response time but is perfect for development
  # since you don't have to restart the webserver when you make code changes.
  config.cache_classes = false

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

  # Don't care if the mailer can't send
  config.action_mailer.raise_delivery_errors = false

  # Print deprecation notices to the Rails logger
  config.active_support.deprecation = :log

  # Only use best-standards-support built into browsers
  config.action_dispatch.best_standards_support = :builtin

  config.eager_load = false
end

Version data entries

42 entries across 42 versions & 3 rubygems

Version Path
merit-4.0.3 test/dummy/config/environments/development.rb
qalam_merit-4.5.12 test/dummy/config/environments/development.rb
merit-4.0.2 test/dummy/config/environments/development.rb
qalam_merit-4.5.11 test/dummy/config/environments/development.rb
qalam_merit-4.5.10 test/dummy/config/environments/development.rb
qalam_merit-4.5.09 test/dummy/config/environments/development.rb
qalam_merit-4.5.08 test/dummy/config/environments/development.rb
qalam_merit-4.5.07 test/dummy/config/environments/development.rb
qalam_merit-4.5.06 test/dummy/config/environments/development.rb
qalam_merit-4.5.05 test/dummy/config/environments/development.rb
qalam_merit-4.5.04 test/dummy/config/environments/development.rb
qalam_merit-4.5.03 test/dummy/config/environments/development.rb
qalam_merit-4.5.02 test/dummy/config/environments/development.rb
qalam_merit-4.5.01 test/dummy/config/environments/development.rb
qalam_merit-4.5.00 test/dummy/config/environments/development.rb
qalam_merit-4.0.4 test/dummy/config/environments/development.rb
qalam_merit-4.0.35 test/dummy/config/environments/development.rb
merit-4.0.1 test/dummy/config/environments/development.rb
merit-4.0.0 test/dummy/config/environments/development.rb
merit-3.0.3 test/dummy/config/environments/development.rb