aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy up new filter_parameters implementation.José Valim2010-01-211-13/+42
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-0/+34
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-2/+2
* Unknown :format param should result in empty request.formatsJeremy Kemper2009-11-081-0/+4
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-33/+30
* Add some more caching to the lookupYehuda Katz2009-08-111-2/+2
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-091-0/+28
* Ensure that the proper accept header value is set during tests.José Valim2009-07-291-28/+28
* Improve request test coverage by adding formats and negotiate_mime tests.José Valim2009-07-291-0/+39
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-230/+226
* Some merge cleanupYehuda Katz2009-02-021-1/+1
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-28/+28
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+409