aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* Improve performance of commonly used request methodswycats2010-06-041-7/+19
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-21/+39
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-281-3/+3
* Add memoizing to AD::RequestCarlhuda2010-03-081-0/+8
* Move remote_ip to a middleware:Carlhuda2010-03-031-30/+1
* Tidy up new filter_parameters implementation.José Valim2010-01-211-1/+1
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-0/+1
* Split ActionDispatch http in smaller chunks.José Valim2010-01-161-352/+27
* Move Flash into middlewareJoshua Peek2010-01-151-4/+0
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-5/+7
* Referer and user agent are in Rack::RequestJoshua Peek2009-12-221-1/+1
* Added ActionDispatch::Request#authorization to access the http authentication...David Heinemeier Hansson2009-12-201-0/+9
* Allow autoloads to opt out of eager loadingJoshua Peek2009-12-121-1/+2
* Ruby 1.9.2: StringIO no longer has #pathJeremy Kemper2009-11-131-1/+1
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Unknown :format param should result in empty request.formatsJeremy Kemper2009-11-081-1/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-0/+1
* Caching refactoringYehuda Katz2009-10-291-5/+1
* Reorganize CSRF a bitYehuda Katz2009-10-281-0/+4
* Fixes expires_now and cleans things up a bitYehuda Katz2009-10-261-12/+9
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-24/+12
* More perf work:Yehuda Katz2009-08-111-27/+10
* This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-11/+12
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-091-2/+2
* Refactor even more Responder. Move mime negotiation to request and added resp...José Valim2009-07-291-8/+34
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-6/+4
* Speed up Request#formatsJeremy Kemper2009-05-231-6/+14
* Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-231-2/+8
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-211-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Move TestRequest#query_parameters into AD TestRequestJoshua Peek2009-04-301-1/+1
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-16/+20
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-2/+2
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-8/+0
* Not sure why Request#session is missingJeremy Kemper2009-04-261-0/+8
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-11/+3
* Remove vendored version of RackJoshua Peek2009-04-251-1/+5
* Remove pending rack specifications until they are officialJoshua Peek2009-04-251-2/+2
* We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-141-0/+28
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-5/+29
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-02-021-1/+0
|\
| * Remove dead cgi_ext requireJeremy Kemper2009-01-311-1/+0
* | Some merge cleanupYehuda Katz2009-02-021-10/+11
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-22/+9
|/
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+492