aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* | Add missing requireyuuji.yaginuma2017-12-051-0/+2
* | Fix CSP copy boolean directives (#31326)Simon Dawson2017-12-051-5/+1
|/
* Fix typo in mime type registeringGuillermo Iguaran2017-11-291-1/+1
* Restore mpeg mime type, delete less common mime typesGuillermo Iguaran2017-11-291-9/+4
* Register "audio/mp4" mime type with :m4a symbolGuillermo Iguaran2017-11-291-1/+1
* Register most popular audio/video/font mime types supported by modern browsersGuillermo Iguaran2017-11-281-1/+19
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-272-0/+234
* Merge pull request #31078 from aeroastro/feature/fix-typoRafael França2017-11-091-2/+2
|\
| * Fix typo on ActionDispatc::HTTP::FilterParametersTakumasa Ochi2017-11-071-2/+2
* | Edited comment from request.rbhaneru2017-11-031-1/+1
* | Remove mention of X-Post-Data-Format header [ci skip]Eugene Kenny2017-10-281-3/+0
* | Remove deprecated `ActionController::ParamsParser::ParseError`Rafael Mendonça França2017-10-231-5/+0
* | [Action Pack] require => require_relativeAkira Matsuda2017-10-214-11/+11
* | Implement H2 Early Hints for Railseileencodes2017-10-041-0/+17
|/
* Merge pull request #30367 from ptoomey3/consistent-cache-control-headersAaron Patterson2017-09-052-8/+13
|\
| * Don't touch an unused headerPatrick Toomey2017-08-231-1/+0
| * Decouple the merge/normalization and conditional cache control logicPatrick Toomey2017-08-232-5/+13
| * This constant is no longer usedPatrick Toomey2017-08-221-1/+0
| * Let middleware handle default cache behaviorPatrick Toomey2017-08-221-1/+2
| * Normalize/process Cach-Control headers consistentlyPatrick Toomey2017-08-221-3/+1
* | Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
|/
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-222-10/+10
* Merge pull request #29777 from yui-knk/set_content_typeMatthew Draper2017-08-021-3/+2
|\
| * Brush up local variables assignmentyui-knk2017-07-131-3/+2
| * Use `#set_content_type` instead of `#set_header`yui-knk2017-07-131-1/+1
* | Path parameters should default to UTF8eileencodes2017-08-012-9/+14
* | 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
|/