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
...
*
Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt...
Jeremy Kemper
2007-12-07
1
-1
/
+7
*
Correct example for path parameters to use strings as keys in the hash rather...
Marcel Molina
2007-12-05
1
-2
/
+3
*
Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...
Rick Olson
2007-11-29
1
-12
/
+21
*
memoize host with port and refactor the tests which depend on it changing
Michael Koziarski
2007-11-17
1
-1
/
+1
*
Fixed handling of non-domain hosts (closes #9479) [purp]
David Heinemeier Hansson
2007-11-07
1
-2
/
+6
*
request.parameters doesn't overwrite request.request_parameters. Closes #9949...
Jeremy Kemper
2007-10-22
1
-1
/
+1
*
Use StringIO and Tempfile subclasses instead of defining singleton methods on...
Jeremy Kemper
2007-10-06
1
-47
/
+59
*
Rewind stdin if possible after multipart parsing.
Jeremy Kemper
2007-10-06
1
-0
/
+1
*
Move #query_string to AbstractRequest
Jeremy Kemper
2007-10-03
1
-0
/
+9
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-10
/
+13
*
Added security notice to Request#remote_ip underlining the fact that its valu...
David Heinemeier Hansson
2007-09-17
1
-0
/
+8
*
Fixed that setting request.format would also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
1
-3
/
+17
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Fixed that file.content_type for uploaded files would include a trailing \r #...
David Heinemeier Hansson
2007-07-24
1
-1
/
+1
*
Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...
Jeremy Kemper
2007-06-26
1
-6
/
+8
*
Tolerate missing content type on multipart file uploads. Fix for Safari 3.
Jeremy Kemper
2007-06-12
1
-4
/
+2
*
request.remote_ip understands X-Forwarded-For addresses with nonstandard whit...
Jeremy Kemper
2007-05-28
1
-1
/
+1
*
Don't alias local var
Jeremy Kemper
2007-05-24
1
-1
/
+1
*
Set RAW_POST_DATA when request parameters are parsed.
Jeremy Kemper
2007-05-23
1
-35
/
+32
*
Rewind request body after reading it, if possible. Closes #8438.
Jeremy Kemper
2007-05-23
1
-1
/
+3
*
Fix incorrent content type lookup in request parsing. Closes #8407.
Jeremy Kemper
2007-05-19
1
-27
/
+35
*
Remove dev exception.
Jeremy Kemper
2007-05-18
1
-2
/
+0
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-14
/
+356
*
Move request parameter parsing from CGI to AbstractRequest.
Jeremy Kemper
2007-05-15
1
-0
/
+17
*
Lazy-read request.raw_post from request.body
Jeremy Kemper
2007-05-15
1
-1
/
+1
*
Introduce the request.body stream. Lazy-read to parse parameters rather than ...
Jeremy Kemper
2007-05-15
1
-13
/
+21
*
The default respond_to blocks don't set a specific extension anymore, so that...
Rick Olson
2007-04-12
1
-1
/
+3
*
Fix nil error for requests with empty PATH_INFO header such as those which ar...
Tobias Lütke
2007-03-19
1
-1
/
+1
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-4
/
+4
*
Ignore odd charset declaration in CONTENT_TYPE header which would throw off m...
Tobias Lütke
2007-03-05
1
-1
/
+2
*
Sans request please
David Heinemeier Hansson
2007-03-04
1
-1
/
+1
*
Added Request#url that returns the complete URL used for the request [DHH]
David Heinemeier Hansson
2007-03-04
1
-50
/
+58
*
Added that rendering will automatically insert the etag header on 200 OK resp...
David Heinemeier Hansson
2007-02-17
1
-0
/
+4
*
In tests, content_type can be nil, which would disturb accepts/format
David Heinemeier Hansson
2007-02-15
1
-1
/
+1
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-0
/
+1
*
Set request.env['REQUEST_URI'] when absent.
Jeremy Kemper
2007-01-12
1
-5
/
+7
*
Remove support for json in X-Post-Data-Format header since it's for backward ...
Jeremy Kemper
2006-12-06
1
-2
/
+0
*
respond_to recognizes JSON. render :json => @person.to_json automatically set...
Jeremy Kemper
2006-12-06
1
-0
/
+2
*
Added Request#format to return the format used for the request as a mime type...
David Heinemeier Hansson
2006-12-02
1
-0
/
+10
*
* Added GET-masquarading for HEAD, so request.method will return :get even fo...
David Heinemeier Hansson
2006-11-23
1
-4
/
+9
*
Fix relative URL root matching problems
Jamis Buck
2006-10-09
1
-4
/
+3
*
Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]
Rick Olson
2006-08-01
1
-2
/
+2
*
Added map.resources from the Simply Restful plugin (backwards incompatible wi...
David Heinemeier Hansson
2006-07-31
1
-1
/
+3
*
Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com]
Marcel Molina
2006-04-26
1
-3
/
+11
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
1
-20
/
+20
*
Add ability for relative_url_root to be specified via an environment variable...
Nicholas Seckar
2006-03-18
1
-2
/
+11
*
Prepare for mime type reordering depending on the branch [DHH]
David Heinemeier Hansson
2006-03-12
1
-3
/
+1
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
1
-2
/
+2
*
Added synonym and custom type handling to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-2
/
+2
*
Assume that we accept what we give [DHH]
David Heinemeier Hansson
2006-03-12
1
-3
/
+9
[prev]
[next]