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
/
test
/
controller
/
request_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added :xhr => true/false option to verify so you can ensure that a request is...
David Heinemeier Hansson
2005-06-21
1
-0
/
+14
*
Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@neri...
David Heinemeier Hansson
2005-06-18
1
-0
/
+17
*
Fix broken test case caused by change of testing address from 127.0.0.1 to 0....
Jamis Buck
2005-06-14
1
-1
/
+1
*
Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...
David Heinemeier Hansson
2005-05-22
1
-3
/
+19
*
Fixed Request#remote_ip in testing #1251 [bitsweat]
David Heinemeier Hansson
2005-05-19
1
-0
/
+33
*
Added support for web servers that use PATH_INFO instead of REQUEST_URI like ...
David Heinemeier Hansson
2005-04-18
1
-1
/
+44
*
Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...
David Heinemeier Hansson
2005-03-20
1
-0
/
+34
*
Removed the reliance on PATH_INFO as it was causing problems for caching and ...
David Heinemeier Hansson
2005-03-14
1
-11
/
+0
*
Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-01
1
-0
/
+5
*
Added PATH_INFO access from the request that allows urls like the following t...
David Heinemeier Hansson
2005-02-27
1
-1
/
+7
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-0
/
+22
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-22
/
+0
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-0
/
+22
*
Added Request#port_string to get something like ":8080" back on 8080 and "" o...
David Heinemeier Hansson
2004-12-18
1
-0
/
+22
*
Added Request#domain (returns string) and Request#subdomains (returns array).
David Heinemeier Hansson
2004-12-18
1
-0
/
+26