Sha256: 341286549492e15611f3f05115a3038f5a8de8d2505527b4e0c0d98fc6dfc854

Contents?: true

Size: 1.11 KB

Versions: 170

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

170 entries across 154 versions & 23 rubygems

Version Path
notifiably_audited-3.0.0 spec/rails_app/config/environments/production.rb
devise_ssl_session_verifiable-3.0.4 test/rails_app/config/environments/production.rb
devise_ssl_session_verifiable-3.0.3 test/rails_app/config/environments/production.rb
devise_ssl_session_verifiable-3.0.2 test/rails_app/config/environments/production.rb
notifiably_audited-1.0.11 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.10 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.9 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.8 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.7 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.6 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.5 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.4 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.3 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.2 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.1 spec/rails_app/config/environments/production.rb
notifiably_audited-1.0.0 spec/rails_app/config/environments/production.rb
notifiably_audited-0.1.12 spec/rails_app/config/environments/production.rb
notifiably_audited-0.1.11 spec/rails_app/config/environments/production.rb
notifiably_audited-0.0.7 spec/rails_app/config/environments/production.rb
notifiably_audited-0.0.5 spec/rails_app/config/environments/production.rb