aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix docs: response -> request.Steve Klabnik2013-03-131-2/+2
* | Merge pull request #9698 from garethrees/request_documentationSteve Klabnik2013-03-131-0/+16
|\ \
| * | Add documentation to ActionDispatch::RequestGareth Rees2013-03-131-0/+16
| |/
* | `Http::Headers` respects dotted env vars, symbols, headers with numbers.Yves Senn2013-03-131-11/+6
* | allow headers and env to be passed in `IntegrationTest`.Yves Senn2013-03-131-1/+15
* | refactor, `Http::Headers` stores headers in env notationYves Senn2013-03-131-17/+21
* | Http::Headers respects headers that are not prefixed with HTTP_Yves Senn2013-03-131-1/+13
* | Change from each to each_value in http/parameters since we don't use keyVipul A M2013-03-131-1/+1
|/
* Fix formats on xhr requests when HTTP_ACCEPT is empty stringmaximerety2013-03-041-1/+1
* Require AS deps in ActionDispatch::Http::URLMiha Filej2013-02-191-0/+3
* Removed an old require of an MD5 digest which is no longer used.wangjohn2013-02-151-1/+0
* Merge pull request #8704 from senny/remove_regexp_global_from_url_forAaron Patterson2013-02-141-2/+6
|\
| * replace regexp global in #url_forYves Senn2013-01-161-2/+6
* | Avoid to_sym callsSantiago Pastorino2013-02-131-1/+1
* | Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-282-2/+2
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-01-261-2/+14
|\ \
| * | generic pass before merging docrailsXavier Noria2013-01-261-5/+7
| * | Add documentation to ActionDispatch::ResponseMatthew Stopa2013-01-201-0/+7
| * | Fix typo introduced in 0004ca3aCarlos Antonio da Silva2013-01-161-1/+1
| * | More documentation for ActionDispatch::ResponseMatthew Stopa2013-01-161-1/+3
| * | Document ActionDispatch::Response#body methodMatthew Stopa2013-01-161-0/+1
* | | Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty stringKonstantin Papkovskiy2013-01-171-1/+1
| |/ |/|
* | adding missing requiresAaron Patterson2013-01-092-0/+9
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-3/+4
* | Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-4/+3
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-3/+4
|/
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-072-2/+2
* Needless requiresAkira Matsuda2013-01-061-4/+0
* Add documentation to ActionDispatch::Http::UploadedFile#headersRafael Mendonça França2013-01-031-0/+1
* Remove a useless TODO commentRobin Dupret2013-01-031-1/+0
* do not append a second slash when usingYves Senn2013-01-021-1/+5
* charset should not be appended for `head` responsesYves Senn2012-12-311-2/+6
* return Mime::NullType if format is unknownAngelo Capilleri2012-12-221-1/+12
* remove a cache we do not needAaron Patterson2012-12-141-5/+1
* Merge pull request #8510 from thedarkone/thread_safety_improvementsAaron Patterson2012-12-141-7/+3
|\
| * Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-7/+3
* | Fix rewinding in ActionDispatch::Request#raw_postMatt Venables2012-12-111-2/+3
|/
* Merge pull request #8476 from sheerun/fix/multipart-getRafael Mendonça França2012-12-101-1/+5
|\
| * Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-1/+5
* | use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-2/+2
|/
* Adding filter capability to ActionController logsFabrizio Regini2012-12-052-0/+38
* Correct the use of params options when given to url_forCarlos Antonio da Silva2012-11-191-1/+1
* Fix issue with params in url_fortumayun2012-11-191-1/+1
* Refactor url methods a bitCarlos Antonio da Silva2012-11-161-9/+9
* implement to_a and to_ary so that the Array() call in template.rb willAaron Patterson2012-11-091-9/+14
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-2/+2
|\
| * 1.9 hash syntax changes to docsAvnerCohen2012-10-311-2/+2
* | Revert "if format is unknown NullMimeTypeObject is returned"Guillermo Iguaran2012-10-311-12/+1
* | if format is unknown NullMimeTypeObject is returnedAngelo capilleri2012-10-311-1/+12
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+2