| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this... | Bogdan | 2018-10-15 | 1 | -2/+6 |
* | Revert "Merge pull request #33970 from rails/eager-url-helpers" | schneems | 2018-10-03 | 1 | -4/+3 |
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option | Ryuta Kamizono | 2018-10-01 | 1 | -1/+1 |
|\ |
|
| * | Don't handle params option in a special way in url_for helper | Ilkka Oksanen | 2018-08-20 | 1 | -1/+1 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 2 | -3/+3 |
* | | Merge pull request #33979 from lzap/master | Rafael França | 2018-09-27 | 1 | -0/+18 |
|\ \ |
|
| * | | Added ActionController::Parameters.each_value method | Lukas Zapletal | 2018-09-27 | 1 | -0/+18 |
* | | | Merge branch 'master' into eager-url-helpers | Aaron Patterson | 2018-09-26 | 5 | -5/+5 |
|\ \ \ |
|
| * | | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 5 | -5/+5 |
| |/ / |
|
* / / | Eagerly build the routing helper module after routes are committed | Aaron Patterson | 2018-09-25 | 1 | -3/+4 |
|/ / |
|
* | | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 1 | -2/+2 |
|\ \ |
|
| * | | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 1 | -2/+2 |
* | | | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -4/+5 |
* | | | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 3 | -3/+3 |
|/ / / |
|
* | | | Add missing test case for `redirect_to` when request includes a port. | Guo Xiang Tan | 2018-09-21 | 1 | -0/+7 |
* | | | Make sure the flash method is defined even if helpers are not present | Rafael Mendonça França | 2018-09-13 | 1 | -1/+8 |
* | | | Merge pull request #33569 from eric-hemasystems/conditional-flash-helper | Rafael França | 2018-09-13 | 1 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Conditionally use `helper_method` in Flash concern | Eric Anderson | 2018-08-09 | 1 | -0/+8 |
| |/ |
|
* | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 1 | -1/+1 |
| * | | Convert over the rest of the whitelist references | Kevin Deisz | 2018-08-24 | 1 | -1/+1 |
| |/ |
|
* / | Call block to #redirect_to in controller context (#33735) | speckins | 2018-08-27 | 1 | -0/+16 |
|/ |
|
* | Merge pull request #28937 from maclover7/jm-fix-28927 | Rafael França | 2018-07-31 | 1 | -0/+14 |
|\ |
|
| * | Default content type for `head` is `text/html` | Jon Moss | 2017-04-30 | 1 | -0/+14 |
* | | Raises exception when respond_to called multiple times in incompatible way | Patrick Toomey | 2018-07-30 | 1 | -0/+34 |
* | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 3 | -6/+4 |
* | | Prevent `RequestEncoder#encode_params` to parse falsey params | Alireza Bashiri | 2018-07-20 | 1 | -0/+14 |
* | | test_should_impose_childless_html_tags_in_html failure with JRuby | pavel | 2018-07-15 | 1 | -1/+7 |
* | | Merge pull request #33341 from Edouard-chin/ec-fix-to-param | Rafael França | 2018-07-12 | 1 | -2/+15 |
|\ \ |
|
| * | | e4e1b62 broke `to_param` handling: | Edouard CHIN | 2018-07-12 | 1 | -2/+15 |
* | | | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 2 | -4/+0 |
|/ / |
|
* | | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299) | Remo Fritzsche | 2018-07-05 | 1 | -0/+10 |
* | | Convert hashes into parameters (#33076) | Kevin Sjöberg | 2018-06-19 | 1 | -0/+21 |
* | | Merge pull request #33134 from dasch/dasch/extra-cache-controls | Eileen M. Uchitelle | 2018-06-19 | 1 | -0/+20 |
|\ \ |
|
| * | | Add support for more HTTP cache controls | Daniel Schierbeck | 2018-06-13 | 1 | -0/+20 |
* | | | Fix rubocop violations | bogdanvlviv | 2018-06-15 | 1 | -1/+1 |
|/ / |
|
* | | Use Rack to generate query information under test | Aaron Patterson | 2018-06-08 | 1 | -2/+10 |
* | | Include application/javascript when checking content_type | Gabriel Jaldon | 2018-05-27 | 1 | -0/+5 |
* | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 3 | -4/+4 |
* | | Reset CONTENT_LENGTH between test requests | Eugene Kenny | 2018-05-01 | 1 | -0/+8 |
* | | Reset RAW_POST_DATA between test requests | Eugene Kenny | 2018-04-20 | 1 | -0/+8 |
* | | Merge pull request #29286 from vinistock/create_missing_exact_template_exception | Rafael Mendonça França | 2018-04-20 | 2 | -3/+3 |
|\ \ |
|
| * | | Create MissingExactTemplate exception with separate template | Vinicius Stock | 2018-04-20 | 2 | -3/+3 |
* | | | warning: ambiguous first argument; put parentheses or a space even after `/' ... | utilum | 2018-04-20 | 1 | -1/+1 |
* | | | Merge pull request #32593 from sdhull/fix-strong-params-permit-bang | Rafael Mendonça França | 2018-04-19 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | Fixes StrongParameters permit! to work with nested arrays | Steve Hull | 2018-04-16 | 1 | -1/+4 |
* | | | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 7 | -13/+13 |
|/ / / |
|
* | | | Fix rendering a differently-formatted partial after caching | George Claghorn | 2018-04-13 | 1 | -0/+8 |
* | | | Add `TestCaseTest#test_request_format_kwarg_doesnt_mutate_params` to master | bogdanvlviv | 2018-04-10 | 1 | -0/+8 |