Sha256: 39da9fc53540b2ab70cbf413e35ad0f77a2366d37c598a8b96264655acdc0120

Contents?: true

Size: 733 Bytes

Versions: 16

Compression:

Stored size: 733 Bytes

Contents

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

  config.eager_load = false

  # 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

  # 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

  # Expands the lines which load the assets
  config.assets.debug = true
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
autodoc-0.8.0 spec/dummy/config/environments/development.rb
autodoc-0.7.7 spec/dummy/config/environments/development.rb
autodoc-0.7.6 spec/dummy/config/environments/development.rb
autodoc-0.7.5 spec/dummy/config/environments/development.rb
autodoc-0.7.4 spec/dummy/config/environments/development.rb
autodoc-0.7.3 spec/dummy/config/environments/development.rb
autodoc-0.7.2 spec/dummy/config/environments/development.rb
autodoc-0.7.1 spec/dummy/config/environments/development.rb
autodoc-0.7.0 spec/dummy/config/environments/development.rb
autodoc-0.6.2 spec/dummy/config/environments/development.rb
autodoc-0.6.1 spec/dummy/config/environments/development.rb
autodoc-0.6.0 spec/dummy/config/environments/development.rb
autodoc-0.5.3 spec/dummy/config/environments/development.rb
autodoc-0.5.2 spec/dummy/config/environments/development.rb
autodoc-0.5.1 spec/dummy/config/environments/development.rb
autodoc-0.5.0 spec/dummy/config/environments/development.rb