aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Correct the use of params options when given to url_forCarlos Antonio da Silva2012-11-191-9/+3
* Fix issue with params in url_fortumayun2012-11-191-0/+8
* Refactor request tests, remove #with_set methodCarlos Antonio da Silva2012-11-191-8/+3
* Revert "if format is unknown NullMimeTypeObject is returned"Guillermo Iguaran2012-10-311-11/+1
* if format is unknown NullMimeTypeObject is returnedAngelo capilleri2012-10-311-1/+11
* give access to the original exception raised in case of a parse errorAaron Patterson2012-10-251-0/+14
* do not lose backtrace information from the raised exceptionAaron Patterson2012-10-251-4/+5
* Support for multiple etags in an If-None-Match headerTravis Warlick2012-09-151-0/+39
* Remove ActionDispatch::Head middleware in favor of Rack::HeadSantiago Pastorino2012-07-231-8/+0
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-1/+1
* Valid ips v4 and v6. Right logic for working with X-FORWARDED-FOR header and ...Alexey Gaziev2012-04-251-20/+114
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-4/+11
* Fix failing request testCarlos Antonio da Silva2012-02-071-1/+1
* Merge pull request #2490 from gsterndale/x_forwarded_for_orderJosé Valim2012-02-071-4/+4
|\
| * The first IP address in the X-Forwarded-For header is the originating IPGreg Sterndale2012-02-071-4/+4
* | Trusted proxies is replaced with a Regexp or appended to with a StringGreg Sterndale2012-02-071-2/+13
|/
* Add original_fullpath and original_url methods to RequestPiotr Sarnacki2011-12-211-0/+24
* add test for bug fixed in 4f2bf64Andre Arko2011-11-141-0/+5
* change tests to expect X-F-F over REMOTE_ADDRAndre Arko2011-11-131-2/+2
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-0/+1
* Check Accept and Content-Type headers before evaluating them in xhr requests....ogeidix2011-07-191-0/+6
* Logs should show overridden method; Issue 426David Lee2011-05-071-0/+7
* Fix .subdomain regression.José Valim2011-05-041-0/+9
* Koz asked to test something crazy.José Valim2011-05-021-0/+12
* Add ignore_accept_header config to AD::Request.José Valim2011-05-021-0/+22
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-0/+38
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-1/+1
* The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-301-0/+25
* port_string bought back to life as it is part of the public apiJosh Kalderimis2010-11-241-1/+9
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-3/+3
* Brought the domain method in AD http url inline with subdomain where @@tld_le...Josh Kalderimis2010-11-161-0/+3
* make sure request parameters are accessible after rack throws an exception pa...Miles Egan2010-10-121-0/+12
* Initialize @trusted_proxies.Emilio Tagua2010-09-281-0/+1
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-3/+3
* Add configuration option for tld lengthSimon Jefford2010-09-091-0/+5
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Don't add the standard https port when using redirect in routes.rb and ensure...Andrew White2010-08-201-0/+36
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-191-4/+4
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-6/+14
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-281-4/+4
* Deprecate IP spoofing settings that are directly on the controller in favor o...Carlhuda2010-03-031-2/+0
* Move remote_ip to a middleware:Carlhuda2010-03-031-5/+7
* ActionController::Base.use_accept_header is not actually used anymore, so let...Carl Lerche2010-03-031-7/+0
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-15/+15
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-78/+8
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-8/+0
* Add a tests which ensures filtered_parameters does not raise an error for a m...José Valim2010-02-211-1/+1
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-26/+13