From c757e9b60a71e585f48c8b9426ab3d979a5967ee Mon Sep 17 00:00:00 2001 From: eileencodes Date: Fri, 20 Mar 2015 08:14:59 -0400 Subject: Remove `#build_original_fullpath` method Removing `#build_original_fullpath` because it is no longer used by the Rails' source code or called in the `#call` method becasue the previous commit now uses `fullpath` from Rack. The method was nodoc'ed so it's safe to remove. NOTE: I did this as a separate commit so if this does cause a problem with engines etc reverting is easy. --- railties/lib/rails/application.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/application.rb b/railties/lib/rails/application.rb index ad6ec1264d..e9683d4a95 100644 --- a/railties/lib/rails/application.rb +++ b/railties/lib/rails/application.rb @@ -505,11 +505,6 @@ module Rails default_stack.build_stack end - def build_original_fullpath(env) #:nodoc: - req = ActionDispatch::Request.new env - env["ORIGINAL_FULLPATH"] = req.fullpath - end - def validate_secret_key_config! #:nodoc: if secrets.secret_key_base.blank? ActiveSupport::Deprecation.warn "You didn't set `secret_key_base`. " + -- cgit v1.2.3