Sha256: 4bfc3380b2ff23ea31f931c57e2d347eb3e2a4e871db5fc3b1ac2ca605132bba

Contents?: true

Size: 1.11 KB

Versions: 10

Compression:

Stored size: 1.11 KB

Contents

RailsApp::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

10 entries across 10 versions & 2 rubygems

Version Path
tekeya-0.0.10 spec/rails_app/config/environments/production.rb
mapped_attributes-1.0.0 test/rails_app/config/environments/production.rb
tekeya-0.0.9 spec/rails_app/config/environments/production.rb
tekeya-0.0.7 spec/rails_app/config/environments/production.rb
tekeya-0.0.6 spec/rails_app/config/environments/production.rb
tekeya-0.0.5 spec/rails_app/config/environments/production.rb
tekeya-0.0.4 spec/rails_app/config/environments/production.rb
tekeya-0.0.3 spec/rails_app/config/environments/production.rb
tekeya-0.0.2 spec/rails_app/config/environments/production.rb
tekeya-0.0.1 spec/rails_app/config/environments/production.rb