aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2912-0/+24
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+1
* `Response#charset=` uses `default_charset` when `nil` is passedyui-knk2017-07-131-1/+1
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-062-1/+3
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0214-14/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0214-0/+14
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0114-0/+14
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
| |\ \ | | |/ | |/|
| | * Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | | [Action Dispatch] require => require_relativeAkira Matsuda2017-07-014-11/+11
|/ /
* | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-06-163-6/+4
|\|
| * Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-033-6/+4
* | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-05-173-7/+17
|\|
| * Fixed string being modified in place causing frozen string errors in Ruby 2.3sepehr5002017-05-151-2/+6
| * Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-1/+7
| * `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-4/+4
* | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-04-036-28/+25
|\|
| * Merge pull request #28528 from domcleal/parseerror-const-deprecationRafael França2017-03-221-1/+2
| |\
| | * Use DeprecatedConstantAccessor for AD::ParamsParser::ParseErrorDominic Cleal2017-03-221-1/+2
| * | Small grammar fixJon Moss2017-03-221-2/+1
| |/
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-136-27/+24
* | Use of ParameterFilter no longer forces `request.filtered_parameters' class t...Leonel Galan2017-02-132-2/+2
|/
* Removed the `attribute_accessors` required file:Edouard CHIN2017-02-121-1/+0
* `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