Sha256: e654c29318b8c59bc51827f38af0607a39877ac2306d40949402c12af07125f4

Contents?: true

Size: 1.02 KB

Versions: 24

Compression:

Stored size: 1.02 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!

  # 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
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
wagn-1.14.9 lib/wagn/config/environments/profile.rb
wagn-1.14.8 lib/wagn/config/environments/profile.rb
wagn-1.14.7 lib/wagn/config/environments/profile.rb
wagn-1.14.6 lib/wagn/config/environments/profile.rb
wagn-1.14.5 lib/wagn/config/environments/profile.rb
wagn-1.14.4 lib/wagn/config/environments/profile.rb
wagn-1.14.3 lib/wagn/config/environments/profile.rb
wagn-1.14.2 lib/wagn/config/environments/profile.rb
wagn-1.14.1 lib/wagn/config/environments/profile.rb
wagn-1.14.0 lib/wagn/config/environments/profile.rb
wagn-1.14.0.pre3 lib/wagn/config/environments/profile.rb
wagn-1.14.0.pre2 lib/wagn/config/environments/profile.rb
wagn-1.14.0.pre1 lib/wagn/config/environments/profile.rb
wagn-1.13.0 lib/wagn/config/environments/profile.rb
wagn-1.13.0.pre2 lib/wagn/config/environments/profile.rb
wagn-1.13.0.pre1 lib/wagn/config/environments/profile.rb
wagn-1.13.0.pre config/environments/profile.rb
wagn-1.12.13 config/environments/profile.rb
wagn-1.12.12 config/environments/profile.rb
wagn-1.12.11 config/environments/profile.rb