index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
http
/
url.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Always use the provided port for protocol relative urls
Andrew White
2014-05-11
1
-0
/
+2
*
|
ActionDispatch::Http::URL.normalize_port should not strip port for protocol r...
Guilherme Cavalcanti
2014-05-11
1
-2
/
+0
*
|
skip dealing with params if none are provided
Aaron Patterson
2014-05-09
1
-4
/
+11
*
|
don't mutate the options hash, so we don't have to dup
Aaron Patterson
2014-05-09
1
-4
/
+3
*
|
use unless and || since these options are boolean
Aaron Patterson
2014-05-09
1
-1
/
+1
|
/
*
Refactor ActionDispatch::Http::URL.build_host_url
Andrew White
2013-04-18
1
-20
/
+49
*
Duplicate options before mutating them
Andrew White
2013-04-18
1
-0
/
+1
*
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
1
-1
/
+1
*
Fix improperly configured host in generated urls
schneems
2013-03-19
1
-1
/
+12
*
Require AS deps in ActionDispatch::Http::URL
Miha Filej
2013-02-19
1
-0
/
+3
*
replace regexp global in #url_for
Yves Senn
2013-01-16
1
-2
/
+6
*
do not append a second slash when using
Yves Senn
2013-01-02
1
-1
/
+5
*
Correct the use of params options when given to url_for
Carlos Antonio da Silva
2012-11-19
1
-1
/
+1
*
Fix issue with params in url_for
tumayun
2012-11-19
1
-1
/
+1
*
Refactor url methods a bit
Carlos Antonio da Silva
2012-11-16
1
-9
/
+9
*
initialize instance variables
Aaron Patterson
2012-08-09
1
-0
/
+6
*
Remove unnecessary empty line
José Valim
2012-04-25
1
-1
/
+0
*
ActionDispatch::HTTP::Url#url_for refactor method
Bogdan Gusiev
2012-04-24
1
-20
/
+26
*
Optimize path helpers.
José Valim
2012-03-02
1
-1
/
+3
*
Delegate subdomain method to the URL module, removing duplication
Carlos Antonio da Silva
2012-01-12
1
-1
/
+1
*
Simplify named host logic and missing host condition check
Carlos Antonio da Silva
2012-01-12
1
-2
/
+2
*
Extract ip host regexp to a constant
Carlos Antonio da Silva
2012-01-12
1
-1
/
+3
*
Fix url_for options[:subdomain] to allow objects as values
choonkeat
2011-12-14
1
-1
/
+1
*
Fix trouble using :subdomain in development environment when using numeri...
Bradford Folkens
2011-11-08
1
-1
/
+1
*
/ is allowed in URI fragments
Jeremy Kemper
2011-10-13
1
-1
/
+1
*
Clean up subdomain code a bit.
José Valim
2011-10-04
1
-2
/
+2
*
:subdomain can now be specified with a value of false in url_for, allowing fo...
Kamil Sobieraj
2011-10-04
1
-3
/
+5
*
removing backwards compatibility module
Aaron Patterson
2011-09-12
1
-1
/
+1
*
minor correction to the ActionDispatch::Http::URL subdomain docs
Josh Kalderimis
2011-05-04
1
-1
/
+1
*
Fix .subdomain regression.
José Valim
2011-05-04
1
-1
/
+1
*
Filter params that return nil for to_param and allow through false values
Andrew White
2011-03-09
1
-1
/
+1
*
Protocol-relative URL support.
Stephen Celis
2011-02-02
1
-2
/
+5
*
Wrap everything in class << self.
José Valim
2010-12-03
1
-42
/
+37
*
The redirect routing method now allows for a hash of options which only chang...
Josh Kalderimis
2010-11-30
1
-0
/
+52
*
port_string bought back to life as it is part of the public api
Josh Kalderimis
2010-11-24
1
-3
/
+8
*
:subdomain, :domain and :tld_length options can now be used in url_for, allow...
Josh Kalderimis
2010-11-23
1
-20
/
+39
*
Brought the domain method in AD http url inline with subdomain where @@tld_le...
Josh Kalderimis
2010-11-16
1
-1
/
+2
*
Fix loop introduced by rack:dda892d
Jeremy Kemper
2010-10-26
1
-6
/
+1
*
Rely on Rack::Session stores API for more compatibility across the Ruby world.
José Valim
2010-10-03
1
-5
/
+0
*
Cache 2 of Request's commonly called methods.
thedarkone
2010-09-27
1
-2
/
+2
*
Add configuration option for tld length
Simon Jefford
2010-09-09
1
-4
/
+6
*
Cleanup deprecations in Action Dispatch
Carlos Antonio da Silva
2010-09-06
1
-8
/
+1
*
escape constants that should not be linked to
Joost Baaij
2010-08-27
1
-2
/
+2
*
Don't add the standard https port when using redirect in routes.rb and ensure...
Andrew White
2010-08-20
1
-0
/
+10
*
Add caller to request_uri deprecation notice
Carlhuda
2010-03-03
1
-1
/
+1
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
1
-10
/
+3
*
Rack::Request actually defines #query_string
Carl Lerche
2010-03-03
1
-5
/
+0
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-25
/
+6
*
Request#subdomain returns a string version of Request#subdomains
Joshua Peek
2010-02-28
1
-0
/
+4
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
1
-0
/
+129
[prev]