RailsCasts Pro episodes are now free!
Learn more or hide this
Resources
config.cache_classes = true config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching = true config.action_view.cache_template_loading = true config.log_level = :debug
get '/products' say "GET #{path}"
$ script/server -e staging $ sudo gem install ruby-prof $ RAILS_ENV=staging script/performance/request lib/products_index_profiler.rb