aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Use each_with_objectSantiago Pastorino2013-08-191-4/+2
* Organize normalize_encoding_params' conditionals a bit better and use a case ...Santiago Pastorino2013-08-191-15/+18
* Normalize file parameters in same place as other parameters (ActionDispatch::...robertomiranda2013-08-143-14/+2
* Use helper method to get ENV['CONTENT_LENGTH']Paul Nikitochkin2013-07-081-1/+1
* writing the new body can cause the response to be committed and theAaron Patterson2013-06-281-1/+3
* Fix undefined method `ref' for nil:NilClass for bad accept headersStephen Becker IV2013-06-191-1/+1
* Merge pull request #10839 from gsamokovarov/clean-normalize_encoded_pathsRafael Mendonça França2013-06-041-11/+7
|\
| * Refactor ActionDispatch::Http::Parameters#normalize_encode_paramsGenadi Samokovarov2013-06-041-11/+7
* | Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...kennyj2013-06-021-16/+0
* | Add propery docs to ActionDispatch::Response [ci skip]Steve Klabnik2013-05-301-3/+19
* | Extract ActionDispatch::Request#deep_mungeGenadi Samokovarov2013-05-301-17/+2
|/
* use constant for encodingNihad Abbasov2013-05-021-1/+1
* extract no content response codes to a constantVipul A M2013-04-221-1/+2
* Refactor ActionDispatch::Http::URL.build_host_urlAndrew White2013-04-181-20/+49
* Duplicate options before mutating themAndrew White2013-04-181-0/+1
* Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-1/+1
* Return nil for Mime::NullType#refAndrew White2013-04-101-0/+4
* Reverts rendering behavior when format is unknownGrzegorz Świrski2013-04-101-1/+5
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-1/+1
|\
| * Fixed small typosPrathamesh Sonpatki2013-03-191-1/+1
* | Merge pull request #9794 from schneems/schneems/email-hostAndrew White2013-03-191-1/+12
|\ \
| * | Fix improperly configured host in generated urlsschneems2013-03-191-1/+12
* | | Remove mentions of "app" from http request docs [ci skip]Carlos Antonio da Silva2013-03-191-12/+10
|/ /
* | drop an unused hash; change slang to SPECIALVipul A M2013-03-191-2/+2
* | Merge pull request #5606 from teohm/multipart_unicode_param_nameSteve Klabnik2013-03-153-31/+24
|\ \
| * | UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-153-31/+24
* | | `Http::Headers` directly modifies the passed environment.Yves Senn2013-03-151-2/+1
|/ /
* | Add extra clarifying line in docs. [ci skip]Steve Klabnik2013-03-131-0/+1
* | 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