aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve logging when Origin header doesn't matchJon Leighton2017-04-061-1/+5
* 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
* Fix HTTPS grammarJon Moss2017-03-131-4/+4
* [docs] fix ActionController documentationHrvoje Šimić2017-03-1216-41/+41
* 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 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
* Remove unused requireRyuta Kamizono2017-02-121-2/+0
* 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
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-053-3/+3
* No need to :doc: a public methodAkira Matsuda2017-01-051-1/+1
* 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-211-10/+25
* Only default the response charset when it is first setMatthew Draper2016-12-201-3/+3
* 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
* 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-298-10/+10
* | remove unused `RedirectBackError` classyuuji.yaginuma2016-10-271-8/+0
|/
* ActionController::Parameters#deep_dup (#26567)Pavel Evstigneev2016-10-111-0/+7
* Add missing @, fix indents. [ci skip]bogdanvlviv2016-10-101-6/+6
* Remove deprecated methods in ActionController::ParametersRafael Mendonça França2016-10-101-20/+0