aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Disable the Accept header by defaultMichael Koziarski2008-07-071-1/+1
* Added application/jsonrequest as a synonym for application/jsonMike Subelsky2008-07-021-4/+10
* Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_F...David Heinemeier Hansson2008-06-031-0/+3
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-081-1/+22
* Ruby 1.9 compat: encoding and multibyte test fixesJeremy Kemper2008-04-011-2/+4
* Avoid remote_ip spoofingJeremy Kemper2008-03-281-2/+23
* Fixed that ActionController::Base#read_multipart would fail if boundary was e...David Heinemeier Hansson2008-03-281-1/+20
* Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee]Rick Olson2008-03-131-0/+6
* Fix nested parameter hash parsing bug. #10797 [thomas.lee]Rick Olson2008-03-111-0/+6
* Fix bug with setting Request#format= after the getter has cached the value. C...Rick Olson2008-02-071-0/+7
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]Jeremy Kemper2007-12-271-1/+5
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-3/+3
* Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway]David Heinemeier Hansson2007-12-171-1/+1
* Fixes for standalone testsJeremy Kemper2007-12-151-0/+1
* Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt...Jeremy Kemper2007-12-071-0/+10
* Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...Rick Olson2007-11-291-2/+17
* memoize host with port and refactor the tests which depend on it changingMichael Koziarski2007-11-171-2/+4
* Fixed handling of non-domain hosts (closes #9479) [purp]David Heinemeier Hansson2007-11-071-0/+15
* Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...Jeremy Kemper2007-11-011-2/+2
* request.parameters doesn't overwrite request.request_parameters. Closes #9949...Jeremy Kemper2007-10-221-0/+9
* Use StringIO and Tempfile subclasses instead of defining singleton methods on...Jeremy Kemper2007-10-061-12/+20
* Rewind stdin if possible after multipart parsing.Jeremy Kemper2007-10-061-1/+3
* Add a user_agent to TestRequestMichael Koziarski2007-09-071-0/+4
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-241-3/+3
* Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...Jeremy Kemper2007-06-261-0/+10
* Tolerate missing content type on multipart file uploads. Fix for Safari 3.Jeremy Kemper2007-06-121-2/+2
* request.remote_ip understands X-Forwarded-For addresses with nonstandard whit...Jeremy Kemper2007-05-281-0/+3
* Add multipart request parsing test with bracketed parameter key. References #...Jeremy Kemper2007-05-241-0/+4
* Set RAW_POST_DATA when request parameters are parsed.Jeremy Kemper2007-05-231-9/+11
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-181-34/+392
* Move request parameter parsing from CGI to AbstractRequest.Jeremy Kemper2007-05-151-0/+36
* The default respond_to blocks don't set a specific extension anymore, so that...Rick Olson2007-04-121-3/+9
* Ignore odd charset declaration in CONTENT_TYPE header which would throw off m...Tobias Lütke2007-03-051-0/+19
* Recognize the .txt extension as Mime::TEXT [Rick]Rick Olson2007-01-121-0/+3
* Set request.env['REQUEST_URI'] when absent.Jeremy Kemper2007-01-121-7/+13
* Added Request#format to return the format used for the request as a mime type...David Heinemeier Hansson2006-12-021-0/+12
* * Added GET-masquarading for HEAD, so request.method will return :get even fo...David Heinemeier Hansson2006-11-231-3/+10
* Fix relative URL root matching problemsJamis Buck2006-10-091-0/+10
* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]Rick Olson2006-08-011-1/+29
* Add ability for relative_url_root to be specified via an environment variable...Nicholas Seckar2006-03-181-0/+13
* Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...David Heinemeier Hansson2006-01-231-0/+12
* More robust relative url root discovery for SCGI compatibility. This solves ...Jeremy Kemper2005-12-081-0/+5
* Fix Request#host_with_port to use the standard port when Rails is behind a pr...Nicholas Seckar2005-10-151-4/+0
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-201-0/+6
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-151-1/+2
* AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...Jamis Buck2005-09-021-0/+3
* Make Request#subdomains handle "foo.foo.com" correctlyJamis Buck2005-07-121-0/+3
* Added :xhr => true/false option to verify so you can ensure that a request is...David Heinemeier Hansson2005-06-211-0/+14
* Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@neri...David Heinemeier Hansson2005-06-181-0/+17