aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/fcgi_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/fcgi_handler.rb')
-rw-r--r--railties/lib/rails/fcgi_handler.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/lib/rails/fcgi_handler.rb b/railties/lib/rails/fcgi_handler.rb
index ef6f3b094c..77dce5f325 100644
--- a/railties/lib/rails/fcgi_handler.rb
+++ b/railties/lib/rails/fcgi_handler.rb
@@ -216,7 +216,9 @@ class RailsFCGIHandler
def restore!
$".replace @features
- Dispatcher.reset_application!
+ # TODO: Reloading the application should be the "Application"s
+ # responsibility
+ ActionDispatch::Callbacks.new(lambda {}, true)
ActionController::Routing::Routes.reload
end