aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated support to :nothing in renderRafael Mendonça França2016-10-091-5/+0
* Remove deprecated support to `:back` in `redirect_to`Rafael Mendonça França2016-10-091-8/+0
* Remove deprecated support for status option in headRafael Mendonça França2016-10-091-7/+1
* Remove deprecation at ActionController::BadRequestRafael Mendonça França2016-10-091-11/+1
* Remove obsolete comment about class-level respond_toAndrew White2016-10-011-2/+0
* Merge pull request #26573 from kirs/action-controller-as-formatRafael França2016-09-271-4/+4
|\
| * Make :as option also set request format (AC::TestCase)Kir Shatrov2016-09-211-4/+4
* | Correct `render text:` deprecation messageJack Bracewell2016-09-141-1/+1
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-144-15/+15
* | Do not mutate AC::TestRequest::DEFAULT_OPTIONSKir Shatrov2016-09-101-1/+1
|/
* Merge pull request #26418 from y-yagi/fixes_26415Richard Schneeman2016-09-071-1/+1
|\
| * call `.to_h` to avoid using deprecated methodyuuji.yaginuma2016-09-071-1/+1
* | Merge pull request #26016 from nateberkopec/patch-1Vipul A M2016-09-071-2/+3
|\ \ | |/ |/|
| * Clarify expires_now documentationNate Berkopec2016-09-061-2/+3
* | Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-6/+6
* | RuboCop is 100% green :tada:Xavier Noria2016-09-021-1/+1
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-013-3/+3
* | Move to_param undef closer to the deprecations.Kasper Timm Hansen2016-08-311-2/+4
* | Do not allow to_param on AC::ParametersKir Shatrov2016-08-311-0/+3
* | Allow `send_file` to declare a charsetJon Moss2016-08-291-0/+1
* | Fix typo in the hook nameRafael Mendonça França2016-08-251-1/+1
* | Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* | yl - remove extra …yunlei2016-08-231-1/+1
* | Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-222-0/+17
* | Copy edits in the documentation [ci skip]Rafael Mendonça França2016-08-191-1/+1
* | Set the request type if as: is specifiedEverest Munro-Zeisberger2016-08-181-1/+8
* | Merge pull request #25862 from prathamesh-sonpatki/start-documenting-ac-testc...प्रथमेश Sonpatki2016-08-171-6/+12
|\ \
| * | Start documenting ActionController::TestCase againPrathamesh Sonpatki2016-08-171-6/+12
* | | Merge pull request #26094 from igorkasyanchuk/masterRafael França2016-08-162-3/+3
|\ \ \
| * | | Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...Igor Kasyanchuk2016-08-102-3/+3
* | | | Add three new rubocop rulesRafael Mendonça França2016-08-165-7/+7
* | | | Fix deadlock that can occur when child live thread tries to load a constant a...Alex Chinn2016-08-151-1/+6
* | | | AC::Metal is already defining default encoding as UTF 8, let's reuse it.Prathamesh Sonpatki2016-08-141-1/+1
* | | | Mark method as nodocRafael Mendonça França2016-08-121-3/+3
* | | | [ci skip] Add documentation to Parameter EncodingAlex Kitchens2016-08-111-0/+1
* | | | Merge pull request #26092 from kerrizor/kerrizor/force-param-encodingAaron Patterson2016-08-104-6/+42
|\ \ \ \
| * | | | Allow specifying encoding of parameters by actionKerri Miller2016-08-094-6/+42
| |/ / /
* / / / Remove unused methodAndrew White2016-08-101-5/+0
|/ / /
* | | revises more Lint/EndAlignment offensesXavier Noria2016-08-081-1/+1
* | | code gardening: removes redundant selfsXavier Noria2016-08-085-8/+8