Sha256: 16b1478573a9a8114d07db42e25179afc6746b7da3360aea677ae32dea99c552

Contents?: true

Size: 895 Bytes

Versions: 11

Compression:

Stored size: 895 Bytes

Contents

# 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             = false

# Turn off most logging
config.log_level = :info

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
umlaut-3.0.0alpha11 ./test/dummy/config/environments/profile.rb
ruby-prof-0.10.8 rails/environment/profile.rb
ruby-prof-0.10.7 rails/environment/profile.rb
ruby-prof-0.10.6 rails/environment/profile.rb
ruby-prof-0.10.5 rails/environment/profile.rb
ruby-prof-0.10.4 rails/environment/profile.rb
ruby-prof-0.10.2 rails/environment/profile.rb
acunote-ruby-prof-0.9.2 rails/environment/profile.rb
ruby-prof-0.9.2 rails/environment/profile.rb
ruby-prof-0.9.1 rails/environment/profile.rb
ruby-prof-0.9.0 rails/environment/profile.rb