aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Default content type for `head` is `text/html`Jon Moss2017-04-301-1/+1
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-1/+1
* Follow the style guide rules in the documetationRafael Mendonça França2017-04-181-30/+30
* Improve documentationRafael Mendonça França2017-04-181-4/+4
* Implement ActionController::Parameters#to_query and #to_paramRafael Mendonça França2017-04-181-2/+28
* Add ActionController::Parameters#to_hash to implict conversionRafael Mendonça França2017-04-181-0/+16
* Raise exception when calling to_h in a unfiltered ParametersRafael Mendonça França2017-04-181-2/+15
* Add action_controller_api, action_controller_base on_load hookJulian Nadeau2017-04-102-0/+2
* Improve logging when Origin header doesn't matchJon Leighton2017-04-061-1/+5
* Merge pull request #28606 from maclover7/jm-fix-25820Andrew White2017-03-302-1/+7
|\
| * Do not include default response headers for AC::MetalJon Moss2017-03-292-1/+7
* | Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+2
|/
* Small grammar fixJon Moss2017-03-221-1/+1
* Wrap store accessors in parametersSid Ngeth2017-03-211-1/+5
* Revert "Merge pull request #27775 from domcleal/27774-format-reset"Rafael Mendonça França2017-03-211-1/+0
* Fix HTTPS grammarJon Moss2017-03-131-4/+4
* Merge pull request #28381 from shime/docs-action-controller-baseVipul A M2017-03-1321-55/+55
|\
| * [docs] fix ActionController documentationHrvoje Šimić2017-03-1221-55/+55
* | Fixes ActionController::Rendering#with_defaultsalpaca-tc2017-03-121-1/+1
* | [docs] remove unnecessary sentenceHrvoje Šimić2017-03-111-4/+3
|/
* Added `reverse_merge`/`reverse_merge!` to AC::Parameters:Edouard CHIN2017-03-091-0/+15
* params --> parametersJon Moss2017-03-071-2/+2
* Document delegated public methods on AC::ParametersT.J. Schuck2017-03-071-0/+71
* Fix malformed asset_url when rendering template with ActionController::RendererGiorgos Vrettos2017-03-061-0/+1
* Fix CI failure due to contain <U+2028>Ryuta Kamizono2017-03-061-2/+2
* Merge pull request #28259 from ChakreshwarSharma/redirect_to_docVipul A M2017-03-051-0/+3
|\
| * [ci skip] Use return with redirect_toChakreshwarSharma2017-03-041-0/+3
* | [ci skip] Fix ParameterMissing exception name in docsTejas Bubane2017-03-041-1/+1
|/
* Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-201-1/+1
* Merge pull request #27926 from st0012/freeze-cache-instrument-nameRafael França2017-02-131-1/+1
|\
| * Freeze fragment cache related instrument name.Stan Lo2017-02-071-1/+1
* | Remove unused requireRyuta Kamizono2017-02-121-2/+0
|/
* Delete PATH_INFO after each controller test requestDominic Cleal2017-01-231-0/+1
* Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...David Heinemeier Hansson2017-01-161-3/+1
* AC::ParamsWrapper::Options needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
* fix method name in `Renderer` doc [ci skip]yuuji.yaginuma2017-01-121-1/+2
* Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-111-2/+3
* Update `cookies` helper on all HTTP requestsJon Moss2017-01-051-3/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-054-4/+4
* No need to :doc: a public methodAkira Matsuda2017-01-051-1/+1
* Remove deprecated ActionController::Metal.callRafael Mendonça França2017-01-031-8/+0
* Remove deprecated Metal#envRafael Mendonça França2017-01-031-5/+0
* Extract variant setter to process methodJon Moss2017-01-021-0/+6
* renderers typo fix [ci skip]ota42y2016-12-271-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-245-31/+30
* No need to nodoc private methodsAkira Matsuda2016-12-243-6/+6
* updating docsAaron Patterson2016-12-211-0/+4
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-212-12/+27
* Merge pull request #27408 from matthewd/charset-fixMatthew Draper2016-12-201-3/+3
|\