aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Array parameters should not contain nil values.Aaron Patterson2012-06-111-2/+4
* Strip [nil] from parameters hash.Aaron Patterson2012-05-301-0/+22
* Add original_fullpath and original_url methods to RequestPiotr Sarnacki2012-01-101-0/+8
* Remove dead broken code from AD::RequestJosé Valim2011-12-081-8/+0
* Fix ActionDispatch::Request method explanationsTravis Pew2011-11-281-5/+5
* refactor RemoteIp middlewareAndre Arko2011-11-111-18/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+10
* document meta methodVijay Dev2011-08-041-3/+3
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-0/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-3/+3
|\
| * Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-3/+3
* | removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-7/+1
|/
* Only show dump of regular env methods on exception screen (not all the rack c...David Heinemeier Hansson2011-05-041-4/+5
* Add missing deprecation requireCarlos Antonio da Silva2011-02-111-0/+1
* Change the CSRF whitelisting to only apply to get requestsMichael Koziarski2011-02-081-1/+2
* Add additional HTTP request methods from the following RFCs:Andrew White2010-11-021-2/+19
* make sure request parameters are accessible after rack throws an exception pa...Miles Egan2010-10-121-2/+2
* Solve some warnings and a failing test.José Valim2010-10-031-1/+1
* dry up method checking in the request objectAaron Patterson2010-09-291-10/+9
* removes /i from the TRUSTED_PROXIES regexp, adds /x and comments for readabil...Xavier Noria2010-09-121-2/+10
* gets rid of a double negation, no need to force exactly true/false in a predi...Xavier Noria2010-09-121-4/+4
* 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
* Moves local_request? to require.local?Santiago Pastorino2010-08-131-0/+7
* Just reading flash messages should not create a session if one does not exist...José Valim2010-06-251-0/+3
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-1/+1
* 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