| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #33970 from rails/eager-url-helpers" | schneems | 2018-10-03 | 4 | -18/+13 |
* | 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 #34002 from gmcgibbon/fix_deeply_nested_scoped_root | Rafael França | 2018-09-27 | 1 | -0/+16 |
|\ \ |
|
| * | | Fix optionally scoped root route unscoped access | Gannon McGibbon | 2018-09-27 | 1 | -0/+16 |
* | | | Fixing an edge case when using objects as constraints | Simon Courtois | 2018-09-27 | 1 | -0/+15 |
|/ / |
|
* | | 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 | 9 | -10/+10 |
|\ \ \ |
|
| * | | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 9 | -10/+10 |
* | | | | Eagerly build the routing helper module after routes are committed | Aaron Patterson | 2018-09-25 | 4 | -13/+18 |
|/ / / |
|
* | | | Merge pull request #33973 from rails/remove-catch-all | Aaron Patterson | 2018-09-25 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove deprecated catch-all route in the AV tests | Aaron Patterson | 2018-09-24 | 1 | -0/+1 |
* | | | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 2 | -2/+39 |
|\ \ \ |
|
| * | | | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 2 | -2/+39 |
* | | | | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 2 | -12/+15 |
|\ \ \ \ |
|
| * | | | | Remove private def | Sakshi Jain | 2018-09-23 | 2 | -12/+15 |
* | | | | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 7 | -8/+8 |
|/ / / / |
|
* | | | | Merge pull request #33934 from tgxworld/add_missing_test_case | Ryuta Kamizono | 2018-09-21 | 1 | -0/+7 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add missing test case for `redirect_to` when request includes a port. | Guo Xiang Tan | 2018-09-21 | 1 | -0/+7 |
* | | | | Merge pull request #32932 from y-yagi/fixes_32920 | Yuji Yaginuma | 2018-09-20 | 1 | -0/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add CSP nonce to `style-src` directive | yuuji.yaginuma | 2018-05-19 | 1 | -0/+15 |
* | | | | 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 |
|/ / / / |
|
* | | / | Update ParameterFilter to yield original parameters | Peter Zhu | 2018-08-22 | 1 | -2/+5 |
| |_|/
|/| | |
|
* | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 1 | -0/+1 |
* | | | | Changelog for the new purpose metadata and improved tests | Assain | 2018-08-13 | 1 | -8/+4 |
|/ / / |
|
* / / | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 1 | -0/+166 |
|/ / |
|
* | | 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 |
* | | | Merge pull request #33446 from ptoomey3/nested-respond-to | Richard Schneeman | 2018-07-31 | 1 | -0/+34 |
|\ \ \ |
|
| * | | | Raises exception when respond_to called multiple times in incompatible way | Patrick Toomey | 2018-07-30 | 1 | -0/+34 |
* | | | | Remove Rubocop's comments from Rails code base | bogdanvlviv | 2018-07-26 | 1 | -4/+0 |
|/ / / |
|
* | | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 4 | -7/+9 |
|\ \ \ |
|
| * | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 4 | -7/+9 |
* | | | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -5/+5 |
|/ / / |
|
* | | | Add implicit to path conversion to uploaded file (#28676) | Aaron Kromer | 2018-07-22 | 1 | -0/+6 |
* | | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2 | Kasper Timm Hansen | 2018-07-20 | 2 | -15/+80 |
|\ \ \ |
|
| * | | | Show nested exceptions on the debug view | Yuki Nishijima | 2018-07-15 | 2 | -15/+80 |
* | | | | 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 |