Sha256: a6312b20bdae0dce43abeec0f0d583bbaffb173595327d5381d9fb61a02d87dc

Contents?: true

Size: 1.07 KB

Versions: 52

Compression:

Stored size: 1.07 KB

Contents

# -*- encoding : utf-8 -*-
Decko.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

52 entries across 52 versions & 1 rubygems

Version Path
decko-0.11.4 lib/decko/config/environments/profile.rb
decko-0.11.3 lib/decko/config/environments/profile.rb
decko-0.11.2 lib/decko/config/environments/profile.rb
decko-0.11.1 lib/decko/config/environments/profile.rb
decko-0.11.0 lib/decko/config/environments/profile.rb
decko-0.10.0 lib/decko/config/environments/profile.rb
decko-0.9.6 lib/decko/config/environments/profile.rb
decko-0.9.5 lib/decko/config/environments/profile.rb
decko-0.9.4 lib/decko/config/environments/profile.rb
decko-0.9.3 lib/decko/config/environments/profile.rb
decko-0.9.2 lib/decko/config/environments/profile.rb
decko-0.9.1 lib/decko/config/environments/profile.rb
decko-0.9.0 lib/decko/config/environments/profile.rb
decko-0.8.3 lib/decko/config/environments/profile.rb
decko-0.8.2 lib/decko/config/environments/profile.rb
decko-0.8.1 lib/decko/config/environments/profile.rb
decko-0.8.0 lib/decko/config/environments/profile.rb
decko-0.7.0 lib/decko/config/environments/profile.rb
decko-0.7.0.pre lib/decko/config/environments/profile.rb
decko-0.6.8 lib/decko/config/environments/profile.rb