aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/url.rb
Commit message (Expand)AuthorAgeFilesLines
* Add caller to request_uri deprecation noticeCarlhuda2010-03-031-1/+1
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-10/+3
* Rack::Request actually defines #query_stringCarl Lerche2010-03-031-5/+0
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-25/+6
* Request#subdomain returns a string version of Request#subdomainsJoshua Peek2010-02-281-0/+4
* Split ActionDispatch http in smaller chunks.José Valim2010-01-161-0/+129