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
*
Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_F...
David Heinemeier Hansson
2008-06-03
1
-0
/
+3
*
Automatically parse posted JSON content for Mime::JSON requests. [rick]
Rick Olson
2008-04-08
1
-1
/
+22
*
Ruby 1.9 compat: encoding and multibyte test fixes
Jeremy Kemper
2008-04-01
1
-2
/
+4
*
Avoid remote_ip spoofing
Jeremy Kemper
2008-03-28
1
-2
/
+23
*
Fixed that ActionController::Base#read_multipart would fail if boundary was e...
David Heinemeier Hansson
2008-03-28
1
-1
/
+20
*
Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee]
Rick Olson
2008-03-13
1
-0
/
+6
*
Fix nested parameter hash parsing bug. #10797 [thomas.lee]
Rick Olson
2008-03-11
1
-0
/
+6
*
Fix bug with setting Request#format= after the getter has cached the value. C...
Rick Olson
2008-02-07
1
-0
/
+7
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]
Jeremy Kemper
2007-12-27
1
-1
/
+5
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
1
-3
/
+3
*
Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway]
David Heinemeier Hansson
2007-12-17
1
-1
/
+1
*
Fixes for standalone tests
Jeremy Kemper
2007-12-15
1
-0
/
+1
*
Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt...
Jeremy Kemper
2007-12-07
1
-0
/
+10
*
Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...
Rick Olson
2007-11-29
1
-2
/
+17
*
memoize host with port and refactor the tests which depend on it changing
Michael Koziarski
2007-11-17
1
-2
/
+4
*
Fixed handling of non-domain hosts (closes #9479) [purp]
David Heinemeier Hansson
2007-11-07
1
-0
/
+15
*
Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...
Jeremy Kemper
2007-11-01
1
-2
/
+2
*
request.parameters doesn't overwrite request.request_parameters. Closes #9949...
Jeremy Kemper
2007-10-22
1
-0
/
+9
*
Use StringIO and Tempfile subclasses instead of defining singleton methods on...
Jeremy Kemper
2007-10-06
1
-12
/
+20
*
Rewind stdin if possible after multipart parsing.
Jeremy Kemper
2007-10-06
1
-1
/
+3
*
Add a user_agent to TestRequest
Michael Koziarski
2007-09-07
1
-0
/
+4
*
Fixed that file.content_type for uploaded files would include a trailing \r #...
David Heinemeier Hansson
2007-07-24
1
-3
/
+3
*
Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...
Jeremy Kemper
2007-06-26
1
-0
/
+10
*
Tolerate missing content type on multipart file uploads. Fix for Safari 3.
Jeremy Kemper
2007-06-12
1
-2
/
+2
*
request.remote_ip understands X-Forwarded-For addresses with nonstandard whit...
Jeremy Kemper
2007-05-28
1
-0
/
+3
*
Add multipart request parsing test with bracketed parameter key. References #...
Jeremy Kemper
2007-05-24
1
-0
/
+4
*
Set RAW_POST_DATA when request parameters are parsed.
Jeremy Kemper
2007-05-23
1
-9
/
+11
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-34
/
+392
*
Move request parameter parsing from CGI to AbstractRequest.
Jeremy Kemper
2007-05-15
1
-0
/
+36
*
The default respond_to blocks don't set a specific extension anymore, so that...
Rick Olson
2007-04-12
1
-3
/
+9
*
Ignore odd charset declaration in CONTENT_TYPE header which would throw off m...
Tobias Lütke
2007-03-05
1
-0
/
+19
*
Recognize the .txt extension as Mime::TEXT [Rick]
Rick Olson
2007-01-12
1
-0
/
+3
*
Set request.env['REQUEST_URI'] when absent.
Jeremy Kemper
2007-01-12
1
-7
/
+13
*
Added Request#format to return the format used for the request as a mime type...
David Heinemeier Hansson
2006-12-02
1
-0
/
+12
*
* Added GET-masquarading for HEAD, so request.method will return :get even fo...
David Heinemeier Hansson
2006-11-23
1
-3
/
+10
*
Fix relative URL root matching problems
Jamis Buck
2006-10-09
1
-0
/
+10
*
Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]
Rick Olson
2006-08-01
1
-1
/
+29
*
Add ability for relative_url_root to be specified via an environment variable...
Nicholas Seckar
2006-03-18
1
-0
/
+13
*
Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...
David Heinemeier Hansson
2006-01-23
1
-0
/
+12
*
More robust relative url root discovery for SCGI compatibility. This solves ...
Jeremy Kemper
2005-12-08
1
-0
/
+5
*
Fix Request#host_with_port to use the standard port when Rails is behind a pr...
Nicholas Seckar
2005-10-15
1
-4
/
+0
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
1
-0
/
+6
*
Cache relative_url_root for all webservers, not just Apache #2193 [skae]
David Heinemeier Hansson
2005-09-15
1
-1
/
+2
*
AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...
Jamis Buck
2005-09-02
1
-0
/
+3
*
Make Request#subdomains handle "foo.foo.com" correctly
Jamis Buck
2005-07-12
1
-0
/
+3
*
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
[next]