aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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