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_controller
/
request.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...
David Heinemeier Hansson
2005-06-24
1
-5
/
+8
*
Improved AbstractRequest documentation. Closes #1483.
Jeremy Kemper
2005-06-24
1
-23
/
+47
*
Added :xhr => true/false option to verify so you can ensure that a request is...
David Heinemeier Hansson
2005-06-21
1
-1
/
+1
*
Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@neri...
David Heinemeier Hansson
2005-06-18
1
-4
/
+13
*
Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...
David Heinemeier Hansson
2005-05-22
1
-19
/
+18
*
Made the post_format work with content-type
David Heinemeier Hansson
2005-05-20
1
-1
/
+1
*
Made the post_format work with content-type
David Heinemeier Hansson
2005-05-20
1
-2
/
+8
*
Cache relative_url_root and optimize path #1232 [skaen]
David Heinemeier Hansson
2005-05-19
1
-2
/
+3
*
Use X-POST_DATA_FORMAT instead of just POST_DATA_FORMAT
David Heinemeier Hansson
2005-05-14
1
-2
/
+2
*
Added support for POST data in form of YAML or XML, which is controller throu...
David Heinemeier Hansson
2005-05-14
1
-0
/
+21
*
Added support for web servers that use PATH_INFO instead of REQUEST_URI like ...
David Heinemeier Hansson
2005-04-18
1
-2
/
+10
*
Added Request#xml_http_request? (and an alias xhr?) to that'll return true wh...
David Heinemeier Hansson
2005-04-17
1
-0
/
+8
*
Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...
David Heinemeier Hansson
2005-03-20
1
-2
/
+13
*
Removed the reliance on PATH_INFO as it was causing problems for caching and ...
David Heinemeier Hansson
2005-03-14
1
-5
/
+1
*
Made path work for lighttpd again as it uses an empty string where Apache ret...
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Added PATH_INFO access from the request that allows urls like the following t...
David Heinemeier Hansson
2005-02-27
1
-1
/
+5
*
Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]
David Heinemeier Hansson
2005-02-24
1
-1
/
+1
*
Fixed https handling on other ports than 443 [Alan Gano]
David Heinemeier Hansson
2005-02-16
1
-1
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-3
/
+13
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-12
/
+3
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-3
/
+12
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...
David Heinemeier Hansson
2005-01-25
1
-9
/
+17
*
Added Request#port_string to get something like ":8080" back on 8080 and "" o...
David Heinemeier Hansson
2004-12-18
1
-7
/
+6
*
Added Request#domain (returns string) and Request#subdomains (returns array).
David Heinemeier Hansson
2004-12-18
1
-0
/
+14
*
Added indifference to whether @headers["Content-Type"], @headers["Content-typ...
David Heinemeier Hansson
2004-12-07
1
-0
/
+4
*
Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ...
David Heinemeier Hansson
2004-11-25
1
-9
/
+9
*
Added Request#ssl? which is shorthand for @request.protocol == "https://"
David Heinemeier Hansson
2004-11-24
1
-0
/
+4
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+99