Sha256: 123e2c9b41fa5e1705b43cb26b83eb3926011e0a5f4ba15b993e346488e686a5

Contents?: true

Size: 902 Bytes

Versions: 5

Compression:

Stored size: 902 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 web server when you make code changes.
  config.cache_classes = false

  # Do not eager load code on boot.
  config.eager_load = false

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

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

  # Debug mode disables concatenation and preprocessing of assets.
  # This option may cause significant delays in view rendering with a large
  # number of complex assets.
  config.assets.debug = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sections_rails-0.11.0 spec/dummy/config/environments/development.rb
sections_rails-0.10.0 spec/dummy/config/environments/development.rb
sections_rails-0.9.0 spec/dummy/config/environments/development.rb
sections_rails-0.8.1 spec/dummy/config/environments/development.rb
sections_rails-0.8.0 spec/dummy/config/environments/development.rb