aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/url.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | fewer string allocations per url_forAaron Patterson2014-05-201-7/+5
* | mutate the path string to avoid object allocationsAaron Patterson2014-05-201-4/+4
* | push only_path conditional upAaron Patterson2014-05-201-18/+19
* | push arg checking upAaron Patterson2014-05-201-4/+4
* | fewer method calls and string garbage when there is no user/passwordAaron Patterson2014-05-201-9/+5
* | Always use the provided port for protocol relative urlsAndrew White2014-05-111-0/+2
* | ActionDispatch::Http::URL.normalize_port should not strip port for protocol r...Guilherme Cavalcanti2014-05-111-2/+0
* | skip dealing with params if none are providedAaron Patterson2014-05-091-4/+11
* | don't mutate the options hash, so we don't have to dupAaron Patterson2014-05-091-4/+3
* | use unless and || since these options are booleanAaron Patterson2014-05-091-1/+1
|/
* Refactor ActionDispatch::Http::URL.build_host_urlAndrew White2013-04-181-20/+49
* Duplicate options before mutating themAndrew White2013-04-181-0/+1
* Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-1/+1
* Fix improperly configured host in generated urlsschneems2013-03-191-1/+12
* Require AS deps in ActionDispatch::Http::URLMiha Filej2013-02-191-0/+3
* replace regexp global in #url_forYves Senn2013-01-161-2/+6
* do not append a second slash when usingYves Senn2013-01-021-1/+5
* Correct the use of params options when given to url_forCarlos Antonio da Silva2012-11-191-1/+1
* Fix issue with params in url_fortumayun2012-11-191-1/+1
* Refactor url methods a bitCarlos Antonio da Silva2012-11-161-9/+9
* initialize instance variablesAaron Patterson2012-08-091-0/+6
* Remove unnecessary empty line José Valim2012-04-251-1/+0
* ActionDispatch::HTTP::Url#url_for refactor methodBogdan Gusiev2012-04-241-20/+26
* Optimize path helpers.José Valim2012-03-021-1/+3
* Delegate subdomain method to the URL module, removing duplicationCarlos Antonio da Silva2012-01-121-1/+1
* Simplify named host logic and missing host condition checkCarlos Antonio da Silva2012-01-121-2/+2
* Extract ip host regexp to a constantCarlos Antonio da Silva2012-01-121-1/+3
* Fix url_for options[:subdomain] to allow objects as valueschoonkeat2011-12-141-1/+1
* Fix trouble using :subdomain in development environment when using numeri...Bradford Folkens2011-11-081-1/+1
* / is allowed in URI fragmentsJeremy Kemper2011-10-131-1/+1
* Clean up subdomain code a bit.José Valim2011-10-041-2/+2
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-3/+5
* removing backwards compatibility moduleAaron Patterson2011-09-121-1/+1
* minor correction to the ActionDispatch::Http::URL subdomain docsJosh Kalderimis2011-05-041-1/+1
* Fix .subdomain regression.José Valim2011-05-041-1/+1
* Filter params that return nil for to_param and allow through false valuesAndrew White2011-03-091-1/+1
* Protocol-relative URL support.Stephen Celis2011-02-021-2/+5
* Wrap everything in class << self.José Valim2010-12-031-42/+37
* The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-301-0/+52
* port_string bought back to life as it is part of the public apiJosh Kalderimis2010-11-241-3/+8
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-20/+39
* Brought the domain method in AD http url inline with subdomain where @@tld_le...Josh Kalderimis2010-11-161-1/+2
* Fix loop introduced by rack:dda892dJeremy Kemper2010-10-261-6/+1
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-5/+0
* Cache 2 of Request's commonly called methods.thedarkone2010-09-271-2/+2
* Add configuration option for tld lengthSimon Jefford2010-09-091-4/+6
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-061-8/+1
* escape constants that should not be linked toJoost Baaij2010-08-271-2/+2
* Don't add the standard https port when using redirect in routes.rb and ensure...Andrew White2010-08-201-0/+10
* Add caller to request_uri deprecation noticeCarlhuda2010-03-031-1/+1