public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Fixed autolink regexp compatibility for ruby 1.9 [#783 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
skaes (author)
Sat Aug 09 08:37:12 -0700 2008
josh (committer)
Sat Aug 09 08:48:56 -0700 2008
commit  b2630502a0525e5965d4eff283e3d2613cd1ca19
tree    c21ac6c3ca1700d74037450be4e2180d99e767de
parent  2faf35cea9846fdfa1099f5dfd1589d53a3daf3b
...
558
559
560
561
 
562
563
564
...
558
559
560
 
561
562
563
564
0
@@ -558,7 +558,7 @@ module ActionView
0
                           [-\w]+                   # subdomain or domain
0
                           (?:\.[-\w]+)*            # remaining subdomains or domain
0
                           (?::\d+)?                # port
0
-                          (?:/(?:(?:[~\w\+@%=\(\)-]|(?:[,.;:'][^\s$])))*)* # path
0
+                          (?:/(?:[~\w\+@%=\(\)-]|(?:[,.;:'][^\s$]))*)* # path
0
                           (?:\?[\w\+@%&=.;-]+)?     # query string
0
                           (?:\#[\w\-]*)?           # trailing anchor
0
                         )

Comments