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