Sha256: 0eaf3b1aaf945b960253a2d86bfcc9d3198e5887cc9f1c95d6bb6da359a002fa

Contents?: true

Size: 1014 Bytes

Versions: 24

Compression:

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

  config.eager_load = false

  # 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_view.debug_rjs             = 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
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
ros-apartment-2.3.0 spec/dummy/config/environments/development.rb
ros-apartment-2.3.0.alpha2 spec/dummy/config/environments/development.rb
ros-apartment-2.3.0.alpha1 spec/dummy/config/environments/development.rb
apartment-2.2.1 spec/dummy/config/environments/development.rb
apartment-2.2.0 spec/dummy/config/environments/development.rb
apartment-2.1.0 spec/dummy/config/environments/development.rb
apartment-2.0.0 spec/dummy/config/environments/development.rb
apartment-1.2.0 spec/dummy/config/environments/development.rb
apartment-1.1.0 spec/dummy/config/environments/development.rb
apartment-1.0.2 spec/dummy/config/environments/development.rb
apartment-1.0.1 spec/dummy/config/environments/development.rb
apartment-1.0.0 spec/dummy/config/environments/development.rb
apartment-0.26.1 spec/dummy/config/environments/development.rb
apartment-0.26.0 spec/dummy/config/environments/development.rb
apartment-0.25.2 spec/dummy/config/environments/development.rb
apartment-0.25.1 spec/dummy/config/environments/development.rb
apartment-0.25.0 spec/dummy/config/environments/development.rb
apartment-0.24.3 spec/dummy/config/environments/development.rb
apartment-0.24.2 spec/dummy/config/environments/development.rb
apartment-0.24.1 spec/dummy/config/environments/development.rb