aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add back unintentionally removed newline.Kasper Timm Hansen2016-08-071-0/+1
* | Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-2/+1
* | applies remaining conventions across the projectXavier Noria2016-08-065-5/+0
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-0610-184/+184
* | modernizes hash syntax in actionpackXavier Noria2016-08-068-27/+27
* | applies new string literal convention in actionpack/libXavier Noria2016-08-0622-130/+130
* | 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
* | Reset rack.input when the environment is scrubbed for the next requestNick Sieger2016-07-271-0/+1
* | 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
* [ci skip] Add 'params' formatting in ActionController::BaseAlex Kitchens2016-06-301-4/+4
* 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
* Fix typo in ActionController::Renderer [ci skip]Alex Kitchens2016-06-101-1/+1
* Clean up the test request/response even after an exceptionMatthew Draper2016-06-011-23/+26
* 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
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-12/+1
* Helpers doc grammar fix [skip ci]Jon Atack2016-05-071-2/+2