aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Only default the response charset when it is first setMatthew Draper2016-12-201-3/+3
* | Merge pull request #27146 from maclover7/jm-fix-27145Eileen M. Uchitelle2016-12-191-2/+0
|\ \ | |/ |/|
| * Do not clear HTTP_COOKIES header after requestJon Moss2016-12-111-2/+0
* | Missing require "active_support/testing/constant_lookup"Akira Matsuda2016-12-141-0/+1
|/
* Do not try to set the content_type if the format is nilRafael Mendonça França2016-12-051-1/+1
* Document 'false' as option for 'action_on_unpermitted_parameters'Daniel Carral2016-11-291-2/+2
* Fix a force ssl redirection bug that occur when session store disabled.Taishi Kasuga2016-11-221-1/+1
* Fixed CONTENT_LENGTH header in ActionController::TestRequestArtem Rashev2016-11-151-2/+3
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-132-2/+2
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-272-2/+2
* | removes unconventional "then" in case expressionXavier Noria2016-11-131-1/+1
* | revises style in recent code (of mine)Xavier Noria2016-11-131-5/+7
* | significant speedup of AC::Parameters#permitXavier Noria2016-11-121-1/+3
* | adds a missing dot [ci skip]Xavier Noria2016-11-111-1/+1
* | adds support for arbitrary hashes in strong parametersXavier Noria2016-11-111-0/+45
* | Merge pull request #26820 from y-yagi/add_bang_merge_to_parametersRafael França2016-11-101-0/+7
|\ \
| * | add `ActionController::Parameters#merge!`yuuji.yaginuma2016-10-181-0/+7
| |/
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2910-12/+12
* | remove unused `RedirectBackError` classyuuji.yaginuma2016-10-271-8/+0
|/
* Allow any key in Renderer environment hashSammy Larbi2016-10-151-1/+3
* ActionController::Parameters#deep_dup (#26567)Pavel Evstigneev2016-10-111-0/+7
* Add missing @, fix indents. [ci skip]bogdanvlviv2016-10-101-6/+6
* Remove deprecated support to passing strings to the middleware stackRafael Mendonça França2016-10-101-1/+1
* Remove deprecated support to non-keyword arguments #processRafael Mendonça França2016-10-101-70/+16
* Remove deprecated `xml_http_request` and `xhr` methodsRafael Mendonça França2016-10-101-15/+0
* Remove deprecated methods in ActionController::ParametersRafael Mendonça França2016-10-101-20/+0
* Remove deprecated comparing support with `ActionController::Parameters`Rafael Mendonça França2016-10-101-9/+0
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-12/+1