| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #29919 from kirs/actionpack-frozen-friendly | Rafael França | 2017-07-24 | 1 | -1/+3 |
|\ |
|
| * | Make actionpack frozen string friendly | Kir Shatrov | 2017-07-24 | 1 | -1/+3 |
* | | Fix typo in API docs | Ryan Lue | 2017-07-20 | 1 | -1/+1 |
* | | Correct API documentation for ActionController::Parameters#delete | Ryan Lue | 2017-07-20 | 1 | -4/+4 |
|/ |
|
* | Assign `content_type` only once | yui-knk | 2017-07-13 | 1 | -2/+2 |
* | Add ActionController::Base.skip_forgery_protection | Lisa Ugray | 2017-07-10 | 1 | -0/+9 |
* | Protect from forgery by default | Lisa Ugray | 2017-07-10 | 2 | -0/+12 |
* | Fix end | Rafael Mendonça França | 2017-07-04 | 1 | -0/+1 |
* | Load the Parameters configurations on the right time | Rafael Mendonça França | 2017-07-04 | 1 | -7/+8 |
* | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 2 | -8/+3 |
|\ |
|
| * | Merge pull request #29566 from eugeneius/wrap_parameters_query | Kasper Timm Hansen | 2017-07-02 | 1 | -7/+2 |
| |\ |
|
| | * | Don't wrap parameters if query parameter exists | Eugene Kenny | 2017-06-25 | 1 | -7/+2 |
| * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 39 | -39/+0 |
| * | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 39 | -0/+39 |
| |\ \ |
|
| | * | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 39 | -0/+39 |
| | |/ |
|
| * | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Make ActionView frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -1/+1 |
* | | | | [Action Controller] require => require_relative | Akira Matsuda | 2017-07-01 | 6 | -7/+7 |
|/ / / |
|
* | | | Fix format of `ActionController::Parameters#to_s` doc [ci skip] | yuuji.yaginuma | 2017-07-01 | 1 | -0/+1 |
* | | | Fallback Parameters#to_s to Hash#to_s | Kir Shatrov | 2017-06-30 | 1 | -1/+8 |
| |/
|/| |
|
* | | Don't wrap parameters if key already exists | Eugene Kenny | 2017-06-24 | 1 | -1/+1 |
* | | Fix typo in `AC::UnfilteredParameters` message [ci skip] | yuuji.yaginuma | 2017-06-23 | 1 | -2/+2 |
* | | Fix examples for `AC::Parameters#to_query` [ci skip] | yuuji.yaginuma | 2017-06-19 | 1 | -1/+6 |
|/ |
|
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 1 | -4/+2 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 7 | -15/+8 |
* | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 1 | -2/+2 |
* | Pass block in ActionController::Parameters#delete | Eugene Kenny | 2017-05-10 | 1 | -2/+2 |
* | Reuse the Parameters#to_h check in the routing helpers | Rafael Mendonça França | 2017-04-18 | 1 | -1/+1 |
* | Follow the style guide rules in the documetation | Rafael Mendonça França | 2017-04-18 | 1 | -30/+30 |
* | Improve documentation | Rafael Mendonça França | 2017-04-18 | 1 | -4/+4 |
* | Implement ActionController::Parameters#to_query and #to_param | Rafael Mendonça França | 2017-04-18 | 1 | -2/+28 |
* | Add ActionController::Parameters#to_hash to implict conversion | Rafael Mendonça França | 2017-04-18 | 1 | -0/+16 |
* | Raise exception when calling to_h in a unfiltered Parameters | Rafael Mendonça França | 2017-04-18 | 1 | -2/+15 |
* | Add action_controller_api, action_controller_base on_load hook | Julian Nadeau | 2017-04-10 | 2 | -0/+2 |
* | Improve logging when Origin header doesn't match | Jon Leighton | 2017-04-06 | 1 | -1/+5 |
* | Merge pull request #28606 from maclover7/jm-fix-25820 | Andrew White | 2017-03-30 | 2 | -1/+7 |
|\ |
|
| * | Do not include default response headers for AC::Metal | Jon Moss | 2017-03-29 | 2 | -1/+7 |
* | | Add aliases for reverse_merge to with_defaults | Matt Casper | 2017-03-29 | 1 | -0/+2 |
|/ |
|
* | Small grammar fix | Jon Moss | 2017-03-22 | 1 | -1/+1 |
* | Wrap store accessors in parameters | Sid Ngeth | 2017-03-21 | 1 | -1/+5 |
* | Revert "Merge pull request #27775 from domcleal/27774-format-reset" | Rafael Mendonça França | 2017-03-21 | 1 | -1/+0 |
* | Fix HTTPS grammar | Jon Moss | 2017-03-13 | 1 | -4/+4 |
* | Merge pull request #28381 from shime/docs-action-controller-base | Vipul A M | 2017-03-13 | 21 | -55/+55 |
|\ |
|
| * | [docs] fix ActionController documentation | Hrvoje Šimić | 2017-03-12 | 21 | -55/+55 |
* | | Fixes ActionController::Rendering#with_defaults | alpaca-tc | 2017-03-12 | 1 | -1/+1 |
* | | [docs] remove unnecessary sentence | Hrvoje Šimić | 2017-03-11 | 1 | -4/+3 |
|/ |
|
* | Added `reverse_merge`/`reverse_merge!` to AC::Parameters: | Edouard CHIN | 2017-03-09 | 1 | -0/+15 |
* | params --> parameters | Jon Moss | 2017-03-07 | 1 | -2/+2 |
* | Document delegated public methods on AC::Parameters | T.J. Schuck | 2017-03-07 | 1 | -0/+71 |
* | Fix malformed asset_url when rendering template with ActionController::Renderer | Giorgos Vrettos | 2017-03-06 | 1 | -0/+1 |