aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-201-2/+13
* Removed the reliance on PATH_INFO as it was causing problems for caching and ...David Heinemeier Hansson2005-03-141-5/+1
* Made path work for lighttpd again as it uses an empty string where Apache ret...David Heinemeier Hansson2005-03-011-1/+1
* Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]David Heinemeier Hansson2005-03-011-1/+1
* Added PATH_INFO access from the request that allows urls like the following t...David Heinemeier Hansson2005-02-271-1/+5
* Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]David Heinemeier Hansson2005-02-241-1/+1
* Fixed https handling on other ports than 443 [Alan Gano]David Heinemeier Hansson2005-02-161-1/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-3/+13
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-12/+3
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-3/+12
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...David Heinemeier Hansson2005-01-251-9/+17
* Added Request#port_string to get something like ":8080" back on 8080 and "" o...David Heinemeier Hansson2004-12-181-7/+6
* Added Request#domain (returns string) and Request#subdomains (returns array).David Heinemeier Hansson2004-12-181-0/+14
* Added indifference to whether @headers["Content-Type"], @headers["Content-typ...David Heinemeier Hansson2004-12-071-0/+4
* Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ...David Heinemeier Hansson2004-11-251-9/+9
* Added Request#ssl? which is shorthand for @request.protocol == "https://"David Heinemeier Hansson2004-11-241-0/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+99