aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12651 from cespare/ipv6-remote-ip-fixesRafael Mendonça França2014-05-011-1/+4
|\
| * Make remote_ip detection properly handle private IPv6 addressesCaleb Spare2013-10-261-1/+4
* | Refactor tests from BaseRackTest into BaseRequestTestZachary Scott2014-03-011-179/+386
* | Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-0/+8
* | Variant negotiationLukasz Strzalkowski2014-02-131-1/+5
* | Fix assertions for testing unknown formats using Mime::NullTypeCarlos Antonio da Silva2013-12-191-5/+5
* | Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+13
* | Add regression test for IpSpoofAttackError issueAlvaro Redondo2013-09-031-0/+8
|/
* Fix formats on xhr requests when HTTP_ACCEPT is empty stringmaximerety2013-03-041-0/+5
* Merge pull request #8704 from senny/remove_regexp_global_from_url_forAaron Patterson2013-02-141-0/+3
|\
| * replace regexp global in #url_forYves Senn2013-01-161-0/+3
* | Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty stringKonstantin Papkovskiy2013-01-171-0/+4
|/
* adding regression test in master for #8631Aditya Sanghi2013-01-161-0/+21
* Restore original remote_ip algorithm.Andre Arko2013-01-021-58/+44
* return Mime::NullType if format is unknownAngelo Capilleri2012-12-221-1/+10
* Fix rewinding in ActionDispatch::Request#raw_postMatt Venables2012-12-111-0/+7
* 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