aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-151-1/+1
* Fix grammar in action_dispatch/http/parameters.rb [ci skip]kenta-s2017-01-111-1/+1
* Current default Rails app encoding "utf-8" looks more like a W3C charset than...Akira Matsuda2017-01-111-1/+1
* Make ActionDispatch::Request.parameter_parsers public APIRafael Mendonça França2017-01-111-1/+11
* Use proper output format [ci skip] (#27498)प्रथमेश Sonpatki2016-12-291-1/+1
* Update request.rb --ci skipShardul Parab2016-12-291-0/+3
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-242-9/+9
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-212-11/+6
* Only default the response charset when it is first setMatthew Draper2016-12-201-1/+3
* Do not raise exception when content_type is a empty stringRafael Mendonça França2016-12-091-1/+1
* Merge pull request #27007 from maclover7/jm-fix-26912Rafael Mendonça França2016-11-131-2/+2
|\
| * Don't error on an empty CONTENT_TYPEJon Moss2016-11-101-2/+2
* | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\ \ | |/ |/|
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-7/+7
|/
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-102-2/+14
* Remove deprecated access to mime types through constantsRafael Mendonça França2016-10-101-26/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* Remove default argument, and extract internal convenience methodJon Moss2016-08-291-6/+12
* Allow `send_file` to declare a charsetJon Moss2016-08-291-4/+5
* Missing key should throw KeyErroreileencodes2016-08-261-1/+1
* Fix `ActionDispatch::Http::URL` docs [ci skip]Ryoji Yoshioka2016-08-221-65/+21
* Add three new rubocop rulesRafael Mendonça França2016-08-162-2/+2
* Make private method privateRafael Mendonça França2016-08-121-11/+11
* Given a hash (Rails 5) .from_hash must be usedJavier Julio2016-08-121-1/+1
* Allow specifying encoding of parameters by actionKerri Miller2016-08-092-0/+17
* applies remaining conventions across the projectXavier Noria2016-08-063-4/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-065-49/+49
* modernizes hash syntax in actionpackXavier Noria2016-08-062-2/+2
* applies new string literal convention in actionpack/libXavier Noria2016-08-0612-98/+98
* Also yield in parameters for a nil content_mime_typeJulian Nadeau2016-07-251-1/+1
* Fix failing requirement of duplicable in ParameterFilterVipul A M2016-07-161-0/+2
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-142-12/+7
* Document and test ActionDispatch server_portTom Kadwill2016-05-121-0/+11
* Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_portKasper Timm Hansen2016-05-111-3/+10
|\
| * Improve documentation and tests for raw_host_with_port and host_with_portTom Kadwill2016-05-111-3/+10
* | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...Sean Griffin2016-05-061-9/+24
|\ \
| * | Fixes #23964Ryan T. Hosford2016-03-131-9/+24
* | | Remove last uses of `@env[]` and `@env[]=`Jon Moss2016-04-281-1/+1
| |/ |/|
* | Merge pull request #24318 from bogdanvlviv/patch-1Rafael Mendonça França2016-04-121-1/+1
|\ \
| * | extension synonyms yml and yamlBogdan2016-03-271-1/+1
* | | Strong ETag validatorsJeremy Daer2016-03-311-15/+49
* | | Fix typo in headers commentGrey Baker2016-03-291-1/+1
|/ /
* / Fix request.reset_session for API controllersJon Moss2016-03-191-1/+0
|/
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-1/+1
* Add documentation for #13897 [skip ci]Bart de Water2016-02-291-3/+9
* Fix `request.ssl?` bug with Action CableJon Moss2016-02-231-0/+4
* Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-221-4/+13