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
...
*
pull the port out of the options hash once
Aaron Patterson
2014-06-11
1
-2
/
+3
*
remove useless nil check
Aaron Patterson
2014-06-11
1
-2
/
+2
*
these methods are always called with a tld_parameter
Aaron Patterson
2014-06-11
1
-3
/
+3
*
rm `same_host?`. The same conditional is two lines down.
Aaron Patterson
2014-06-11
1
-5
/
+3
*
Revert "rm `same_host?`. The same conditional is two lines down."
Aaron Patterson
2014-06-11
1
-5
/
+8
*
rm `same_host?`. The same conditional is two lines down.
Aaron Patterson
2014-06-11
1
-8
/
+5
*
cache host on the stack so we only look it up once
Aaron Patterson
2014-06-11
1
-8
/
+9
*
only pull :protocol from the options hash once
Aaron Patterson
2014-06-11
1
-2
/
+3
*
cache protocol on the stack to reduce options hash lookups
Aaron Patterson
2014-06-11
1
-7
/
+7
*
eliminate nil checks in normalize_port
Aaron Patterson
2014-06-11
1
-7
/
+7
*
reduce hash lookups and disconnect normalize_port from the options hash
Aaron Patterson
2014-06-11
1
-9
/
+9
*
Merge pull request #14986 from dlangevin/trailing-slash-url-generation
Rafael Mendonça França
2014-05-24
1
-7
/
+13
|
\
|
*
Fixes URL generation with trailing_slash: true
Dan Langevin
2014-05-22
1
-9
/
+17
*
|
fewer string allocations per url_for
Aaron Patterson
2014-05-20
1
-7
/
+5
*
|
mutate the path string to avoid object allocations
Aaron Patterson
2014-05-20
1
-4
/
+4
*
|
push only_path conditional up
Aaron Patterson
2014-05-20
1
-18
/
+19
*
|
push arg checking up
Aaron Patterson
2014-05-20
1
-4
/
+4
*
|
fewer method calls and string garbage when there is no user/password
Aaron Patterson
2014-05-20
1
-9
/
+5
*
|
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
[prev]
[next]