GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/ddollar/rails.git
Whitespace flicker

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1011 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sat Mar 26 14:39:46 -0800 2005
commit  5d6bedb383024df2596a560de6d67337ff6cdb2f
tree    73c124f531971cd86c72b94ef9793902bf718b48
parent  520dae295bbd2e406739048b5d43e5e4cd1342d5
...
19
20
21
22
23
24
25
...
19
20
21
 
22
23
24
0
@@ -19,7 +19,6 @@ module ActionController
0
 
0
     private
0
       def rewrite_url(path, options)
0
-
0
         rewritten_url = ""
0
         rewritten_url << (options[:protocol] || @request.protocol) unless options[:only_path]
0
         rewritten_url << (options[:host] || @request.host_with_port) unless options[:only_path]

Comments

    No one has commented yet.