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
*
Dont use Memoizable for ActionController::Request
Pratik Naik
2009-01-27
1
-29
/
+29
*
Refactor request urlencoded params parsing tests
Joshua Peek
2009-01-10
1
-201
/
+0
*
Refactor request multipart params parsing tests
Joshua Peek
2009-01-10
1
-104
/
+0
*
Refactor request xml params parsing tests
Joshua Peek
2009-01-09
1
-54
/
+0
*
Refactor request json params parsing tests
Joshua Peek
2009-01-09
1
-22
/
+0
*
Refactor request query string parsing tests
Joshua Peek
2009-01-09
1
-105
/
+1
*
Memoize request accessors on the Rack env so other request objects have acces...
Joshua Peek
2009-01-04
1
-2
/
+2
*
Fixed incorrect parsing of query parameters with mixed-depth nesting inside a...
Mark Reginald James
2008-12-28
1
-0
/
+1
*
Move request parsing related code to ActionController::RequestParser
Pratik Naik
2008-12-25
1
-34
/
+34
*
ActionController::VerbPiggybacking middleware
Joshua Peek
2008-12-23
1
-4
/
+2
*
Unify ActionController::AbstractRequest and ActionController::Request
Pratik Naik
2008-12-23
1
-34
/
+34
*
Rename RackRequest to Request
Pratik Naik
2008-12-23
1
-3
/
+3
*
Boot out CGI Processor.
Joshua Peek
2008-12-04
1
-2
/
+2
*
Making the IP Spoofing check in AbstractRequest#remote_ip configurable.
Darren Boyd
2008-12-01
1
-0
/
+9
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-1
/
+0
*
Ruby 1.9 compat: CGI switched back to Tempfile
Jeremy Kemper
2008-11-08
1
-10
/
+4
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-13
/
+13
*
Request#remote_ip handles the uncommon case that REMOTE_ADDR is a comma-separ...
Michael S. Klishin
2008-08-27
1
-0
/
+3
*
Use RackRequest as a mock instead of StubCGI into RequestTest
Joshua Peek
2008-08-17
1
-14
/
+10
*
Update tests for request memoization
Jeremy Kemper
2008-08-08
1
-44
/
+51
*
AbstractRequest.relative_url_root is no longer automatically configured by a ...
Joshua Peek
2008-07-24
1
-73
/
+27
*
Disable the Accept header by default
Michael Koziarski
2008-07-07
1
-1
/
+1
*
Added application/jsonrequest as a synonym for application/json
Mike Subelsky
2008-07-02
1
-4
/
+10
*
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
[next]