diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 8614e326d8..9e5da2bcac 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -266,6 +266,8 @@ def self.without_modules(*modules) ParamsWrapper ] + # Note: Documenting these severely degrates the performance of rdoc + # :stopdoc: include AbstractController::Rendering include AbstractController::Translation include AbstractController::AssetPaths @@ -309,6 +311,7 @@ def self.without_modules(*modules) # Params wrapper should come before instrumentation so they are properly showed # in logs include ParamsWrapper + # :startdoc: setup_renderer! # Define some internal variables that should not be propagated to the view.