aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* | 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
* | yl - remove extra …yunlei2016-08-231-1/+1
* | Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-221-0/+16
* | Merge pull request #26094 from igorkasyanchuk/masterRafael França2016-08-161-2/+2
|\ \
| * | Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...Igor Kasyanchuk2016-08-101-2/+2
* | | 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
* | | Allow specifying encoding of parameters by actionKerri Miller2016-08-091-0/+29
|/ /
* | revises more Lint/EndAlignment offensesXavier Noria2016-08-081-1/+1
* | code gardening: removes redundant selfsXavier Noria2016-08-084-4/+4
* | applies remaining conventions across the projectXavier Noria2016-08-064-4/+0
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-068-118/+118
* | modernizes hash syntax in actionpackXavier Noria2016-08-066-24/+24
* | applies new string literal convention in actionpack/libXavier Noria2016-08-0617-73/+73
* | Move the YAML hook closer to `init_with`.Kasper Timm Hansen2016-08-021-8/+9
* | Replace implicit formats with a case statement.Kasper Timm Hansen2016-08-021-7/+8
* | Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.Kasper Timm Hansen2016-08-021-2/+9
* | Make Parameters support legacy YAML encodings.Kasper Timm Hansen2016-08-011-0/+19
|/
* Fix incorrect indentation in method comment [ci skip]Junya Ogura2016-07-211-3/+3
* Fix adding implicitly rendered namespaced template digests to ETagsJavan Makhmali2016-07-131-1/+1
* Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...Tim Rogers2016-07-081-15/+1
* Changes to a dupped `ActionController::Parameters` mutate the originalTim Rogers2016-07-071-0/+5
* Fix adding implicitly rendered template digests to ETagsJavan Makhmali2016-06-281-1/+7
* `params.permitted?` is false by defaultJon Moss2016-06-231-0/+2
* Update ActionController::Parameters documentation [ci skip]Benjamin Quorning2016-06-221-19/+18
* Tiny document fixes [ci skip]Robin Dupret2016-05-301-1/+1
* ActionController::Parameters: Fix #dig doc codeChristian Wesselhoeft2016-05-291-5/+5
* fix incorrect class name [ci skip]yuuji.yaginuma2016-05-281-1/+1
* Respect `log_warning_on_csrf_failure` setting for all CSRF failuresMatthew Caruana Galizia2016-05-231-1/+3