aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-022-8/+3
|\
| * Merge pull request #29566 from eugeneius/wrap_parameters_queryKasper Timm Hansen2017-07-021-7/+2
| |\
| | * Don't wrap parameters if query parameter existsEugene Kenny2017-06-251-7/+2
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0239-39/+0
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0239-0/+39
| |\ \
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-0139-0/+39
| | |/
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
| |\ \
| | * | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | | | [Action Controller] require => require_relativeAkira Matsuda2017-07-016-7/+7
|/ / /
* | | Fix format of `ActionController::Parameters#to_s` doc [ci skip]yuuji.yaginuma2017-07-011-0/+1
* | | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-1/+8
| |/ |/|
* | Don't wrap parameters if key already existsEugene Kenny2017-06-241-1/+1
* | Fix typo in `AC::UnfilteredParameters` message [ci skip]yuuji.yaginuma2017-06-231-2/+2
* | Fix examples for `AC::Parameters#to_query` [ci skip]yuuji.yaginuma2017-06-191-1/+6
|/
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-4/+2
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-297-15/+8
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-2/+2
* Pass block in ActionController::Parameters#deleteEugene Kenny2017-05-101-2/+2
* 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