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
*
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