Sha256: 720220c1828074f0ca7de3f52e5b8bce697bda1e1886114129a8a3d6d4061580

Contents?: true

Size: 879 Bytes

Versions: 34

Compression:

Stored size: 879 Bytes

Contents

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

  # Code is not reloaded between requests.
  config.cache_classes = true

  # Eager load code on boot. This eager loads most of Rails and
  # your application in memory, allowing both threaded web servers
  # and those relying on copy on write to perform better.
  # Rake tasks automatically ignore this option for performance.
  config.eager_load = true

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

  # Disable delivery errors
  config.action_mailer.raise_delivery_errors = false

  # No email in production log
  config.action_mailer.logger = nil

  # Print deprecation notices to the Rails logger.
  config.active_support.deprecation = :log
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
redmine_extensions-0.0.39 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.38 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.37 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.11 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.10 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.36 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.34 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.09 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.07 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.06 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.05 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.04 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.03 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.33 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.02 spec/redmine/config/environments/production.rb
redmine_extensions-0.1.01 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.29 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.28 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.27 spec/redmine/config/environments/production.rb
redmine_extensions-0.0.24 spec/redmine/config/environments/production.rb