Sha256: 79e160b5d1eaf436fbc2ff6cf15ddc208a5d72fb1eee29ca3811c1ca45678c9e

Contents?: true

Size: 895 Bytes

Versions: 23

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

23 entries across 23 versions & 5 rubygems

Version Path
adamh-ruby-prof-0.7.3 rails/environment/profile.rb
skaes-ruby-prof-0.7.3 rails/environment/profile.rb
ruby-prof-danielhoey-0.8.1 rails/environment/profile.rb
ruby-prof-0.8.2 rails/environment/profile.rb
ruby-prof-0.8.1-x86-mingw32 rails/environment/profile.rb
ruby-prof-0.8.1-x86-mswin32 rails/environment/profile.rb
ruby-prof-0.8.1 rails/environment/profile.rb
ruby-prof-0.7.10 rails/environment/profile.rb
ruby-prof-0.7.9 rails/environment/profile.rb
ruby-prof-0.7.8 rails/environment/profile.rb
ruby-prof-0.7.7 rails/environment/profile.rb
ruby-prof-0.7.6 rails/environment/profile.rb
ruby-prof-0.7.5 rails/environment/profile.rb
ruby-prof-0.7.4 rails/environment/profile.rb
rdp-ruby-prof-0.7.4 rails/environment/profile.rb
ruby-prof-0.7.0-x86-mswin32-60 rails/environment/profile.rb
ruby-prof-0.7.3 rails/environment/profile.rb
ruby-prof-0.7.0 rails/environment/profile.rb
ruby-prof-0.7.2-x86-mswin32-60 rails/environment/profile.rb
ruby-prof-0.7.1 rails/environment/profile.rb