Sha256: 637e2fd4eed64deee75ce1ef677eee5ac2043b66ad13a021551804777fc992e8

Contents?: true

Size: 928 Bytes

Versions: 13

Compression:

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

  # 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

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

  # Do not compress assets
  config.assets.compress = false

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

  # Eager loading
  config.eager_load = false
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
apitome-0.0.8 spec/dummy/config/environments/development.rb
guard-teaspoon-0.8.0 spec/dummy/config/environments/development.rb
teaspoon-0.8.0 spec/dummy/config/environments/development.rb
apitome-0.0.7 spec/dummy/config/environments/development.rb
apitome-0.0.6 spec/dummy/config/environments/development.rb
teaspoon-0.7.9 spec/dummy/config/environments/development.rb
teaspoon-0.7.8 spec/dummy/config/environments/development.rb
apitome-0.0.4 spec/dummy/config/environments/development.rb
apitome-0.0.3 spec/dummy/config/environments/development.rb
teaspoon-0.7.7 spec/dummy/config/environments/development.rb
guard-teaspoon-0.0.4 spec/dummy/config/environments/development.rb
teaspoon-0.7.6 spec/dummy/config/environments/development.rb
teaspoon-0.7.5 spec/dummy/config/environments/development.rb