Sha256: 2d0554062969ad0549fc96d711fb5f3bb50f214aad8ef5b494db70c5b5db2695

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

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

  # The production environment is meant for finished, "live" apps.
  # Code is not reloaded between requests
  config.cache_classes = true

  # Full error reports are disabled and caching is turned on
  config.consider_all_requests_local       = false
  config.action_controller.perform_caching = true

  # See everything in the log (default is :info)
  # config.log_level = :debug

  # Use a different logger for distributed setups
  # config.logger = SyslogLogger.new

  # Use a different cache store in production
  # config.cache_store = :mem_cache_store

  # Disable Rails's static asset server
  # In production, Apache or nginx will already do this
  config.serve_static_assets = false

  # Enable serving of images, stylesheets, and javascripts from an asset server
  # config.action_controller.asset_host = "http://assets.example.com"

  # Disable delivery errors, bad email addresses will be ignored
  # config.action_mailer.raise_delivery_errors = false

  # Enable threaded mode
  # config.threadsafe!
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
rails_customerbeats-0.0.5 test/dummy/config/environments/production.rb
rails_customerbeats-0.0.4 test/dummy/config/environments/production.rb
rails_customerbeats-0.3 test/dummy/config/environments/production.rb
faceb-0.1.1 spec/rails_app/config/environments/production.rb
faceb-0.1.0 spec/rails_app/config/environments/production.rb
rails_metrics-0.1 test/dummy/config/environments/production.rb