~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/lib/performance_test_help.rb

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require 'action_controller/performance_test'
 
2
 
 
3
ActionController::Base.perform_caching = true
 
4
ActiveSupport::Dependencies.mechanism = :require
 
5
Rails.logger.level = ActiveSupport::BufferedLogger::INFO