aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-2/+2
* Variant negotiationLukasz Strzalkowski2014-02-131-2/+4
* Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-081-1/+1
* only ask for the location filters onceAaron Patterson2014-01-311-4/+5
* FilterRedirect is referenced at the class level from the ResponseAaron Patterson2014-01-311-0/+1
* Move the null mime type to request.formatCarlos Antonio da Silva2013-12-232-2/+2
* Add Mime::Type.register "text/vcard", :vcf to the default list of mime typesDavid Heinemeier Hansson2013-12-051-0/+1
* remove nil in NullType#ref.Angelo capilleri2013-12-041-3/+1
* Improve a couple exception messages related to variants and mime typesCarlos Antonio da Silva2013-12-031-5/+5
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+14
* Change deep_munge call to avoid deprecation warningCarlos Antonio da Silva2013-12-031-2/+2
* Merge branch 'master-sec'Aaron Patterson2013-12-031-2/+2
|\
| * Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-2/+2
* | Convert Mime::NullType in a singletonGuillermo Iguaran2013-12-031-1/+4
|/
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-032-2/+2
* :scissors: [ci skip]Carlos Antonio da Silva2013-11-041-3/+0
* Code style for privacy indentionDavid Heinemeier Hansson2013-11-031-8/+8
* Ensure backwards compability after the #deep_munge extractionDavid Heinemeier Hansson2013-11-031-0/+10
* Reuse variable to avoid symbol usageCarlos Antonio da Silva2013-08-311-2/+2
* Merge pull request #11912 from jonkessler/respond-to-signature-fixesRafael Mendonça França2013-08-311-1/+1
|\
| * update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-1/+1
* | 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