mirror of
https://github.com/github/rails.git
synced 2026-02-11 06:35:10 -05:00
6 lines
198 B
Ruby
6 lines
198 B
Ruby
require 'action_controller/performance_test'
|
|
|
|
ActionController::Base.perform_caching = true
|
|
ActiveSupport::Dependencies.mechanism = :require
|
|
Rails.logger.level = ActiveSupport::BufferedLogger::INFO
|