Sha256: c6c57b186b184ab6d1e3fbb011832e7592154cae008c6923fd0c19a0056d5945

Contents?: true

Size: 1.08 KB

Versions: 21

Compression:

Stored size: 1.08 KB

Contents

# -*- encoding : utf-8 -*-
Wagn.application.class.configure do
  # Settings specified here will take precedence over those in config/environment.rb
  # The profile environment should match the same settings
  # as the production environment to give a reasonalbe
  # approximation of performance.  However, it should
  # definitely not use the production databse!

  config.eager_load = true

  # Cache classes - otherwise your code
  # will run approximately 5 times slower and the
  # profiling results will be overwhelmed by Rails
  # dependency loading mechanism
  config.cache_classes = true

  # Don't check template timestamps - once again this
  # is to avoid IO times overwhelming profile results
  config.action_view.cache_template_loading = true

  # This is debatable, but turn off action controller
  # caching to see how long it really takes to run
  # queries and render templates
  config.action_controller.perform_caching = true

  # Turn off most logging
  config.log_level = :info
  
  config.active_support.deprecation = :log
  
  config.action_mailer.perform_deliveries = false
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
wagn-1.17.4 lib/wagn/config/environments/profile.rb
wagn-1.17.3 lib/wagn/config/environments/profile.rb
wagn-1.17.2 lib/wagn/config/environments/profile.rb
wagn-1.17.1 lib/wagn/config/environments/profile.rb
wagn-1.17.0 lib/wagn/config/environments/profile.rb
wagn-1.16.15 lib/wagn/config/environments/profile.rb
wagn-1.16.14 lib/wagn/config/environments/profile.rb
wagn-1.16.13 lib/wagn/config/environments/profile.rb
wagn-1.16.12 lib/wagn/config/environments/profile.rb
wagn-1.16.11 lib/wagn/config/environments/profile.rb
wagn-1.16.10 lib/wagn/config/environments/profile.rb
wagn-1.16.9 lib/wagn/config/environments/profile.rb
wagn-1.16.8 lib/wagn/config/environments/profile.rb
wagn-1.16.7 lib/wagn/config/environments/profile.rb
wagn-1.16.6 lib/wagn/config/environments/profile.rb
wagn-1.16.5 lib/wagn/config/environments/profile.rb
wagn-1.16.4 lib/wagn/config/environments/profile.rb
wagn-1.16.3 lib/wagn/config/environments/profile.rb
wagn-1.16.2 lib/wagn/config/environments/profile.rb
wagn-1.16.1 lib/wagn/config/environments/profile.rb