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
...
*
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
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
1
-6
/
+13
*
Proper options for XmlSimple
David Heinemeier Hansson
2006-03-07
1
-1
/
+0
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-34
/
+15
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-24
/
+27
*
Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...
David Heinemeier Hansson
2006-01-23
1
-1
/
+1
*
More robust relative url root discovery for SCGI compatibility. This solves ...
Jeremy Kemper
2005-12-08
1
-1
/
+2
*
Document request.env and request.host. Strip trailing whitespace.
Jeremy Kemper
2005-11-20
1
-15
/
+18
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-7
/
+9
*
Fix Request#host_with_port to use the standard port when Rails is behind a pr...
Nicholas Seckar
2005-10-15
1
-2
/
+10
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
1
-1
/
+2
*
Cache relative_url_root for all webservers, not just Apache #2193 [skae]
David Heinemeier Hansson
2005-09-15
1
-1
/
+1
*
Ensure that request.path never returns nil. Closes #1675
Nicholas Seckar
2005-09-11
1
-6
/
+4
*
AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...
Jamis Buck
2005-09-02
1
-0
/
+2
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-23
/
+26
*
Make Request#subdomains handle "foo.foo.com" correctly
Jamis Buck
2005-07-12
1
-1
/
+1
*
Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...
David Heinemeier Hansson
2005-06-24
1
-5
/
+8
*
Improved AbstractRequest documentation. Closes #1483.
Jeremy Kemper
2005-06-24
1
-23
/
+47
*
Added :xhr => true/false option to verify so you can ensure that a request is...
David Heinemeier Hansson
2005-06-21
1
-1
/
+1
*
Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@neri...
David Heinemeier Hansson
2005-06-18
1
-4
/
+13
*
Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...
David Heinemeier Hansson
2005-05-22
1
-19
/
+18
*
Made the post_format work with content-type
David Heinemeier Hansson
2005-05-20
1
-1
/
+1
*
Made the post_format work with content-type
David Heinemeier Hansson
2005-05-20
1
-2
/
+8
*
Cache relative_url_root and optimize path #1232 [skaen]
David Heinemeier Hansson
2005-05-19
1
-2
/
+3
*
Use X-POST_DATA_FORMAT instead of just POST_DATA_FORMAT
David Heinemeier Hansson
2005-05-14
1
-2
/
+2
*
Added support for POST data in form of YAML or XML, which is controller throu...
David Heinemeier Hansson
2005-05-14
1
-0
/
+21
*
Added support for web servers that use PATH_INFO instead of REQUEST_URI like ...
David Heinemeier Hansson
2005-04-18
1
-2
/
+10
*
Added Request#xml_http_request? (and an alias xhr?) to that'll return true wh...
David Heinemeier Hansson
2005-04-17
1
-0
/
+8
[prev]
[next]