| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use deprecated `Module#parents` | yuuji.yaginuma | 2018-10-05 | 1 | -1/+1 |
* | Revert "Merge pull request #33970 from rails/eager-url-helpers" | schneems | 2018-10-03 | 8 | -67/+32 |
* | Fix call sites | Gannon McGibbon | 2018-10-02 | 2 | -2/+2 |
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option | Ryuta Kamizono | 2018-10-01 | 3 | -5/+5 |
|\ |
|
| * | Don't handle params option in a special way in url_for helper | Ilkka Oksanen | 2018-08-20 | 3 | -5/+5 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 29 | -95/+95 |
* | | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_root | Rafael França | 2018-09-27 | 2 | -1/+17 |
|\ \ |
|
| * | | Fix optionally scoped root route unscoped access | Gannon McGibbon | 2018-09-27 | 2 | -1/+17 |
* | | | Fixing an edge case when using objects as constraints | Simon Courtois | 2018-09-27 | 2 | -1/+28 |
|/ / |
|
* | | Merge pull request #33979 from lzap/master | Rafael França | 2018-09-27 | 2 | -0/+26 |
|\ \ |
|
| * | | Added ActionController::Parameters.each_value method | Lukas Zapletal | 2018-09-27 | 2 | -0/+26 |
* | | | 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 |
* | | | | Routes from Engine Railties should not be an infinite loop | Aaron Patterson | 2018-09-26 | 1 | -2/+4 |
* | | | | Allow helpers to be deferred until the routes have been finalized | Aaron Patterson | 2018-09-25 | 2 | -5/+24 |
* | | | | Eagerly build the routing helper module after routes are committed | Aaron Patterson | 2018-09-25 | 7 | -27/+62 |
|/ / / |
|
* | | | Merge pull request #33973 from rails/remove-catch-all | Aaron Patterson | 2018-09-25 | 2 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add hack to deal with warnings | Aaron Patterson | 2018-09-24 | 1 | -1/+1 |
| * | | Remove deprecated catch-all route in the AV tests | Aaron Patterson | 2018-09-24 | 2 | -0/+6 |
* | | | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 5 | -6/+99 |
|\ \ \ |
|
| * | | | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 5 | -6/+99 |
* | | | | 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 | 22 | -31/+30 |
|/ / / / |
|
* | | | | 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 | 2 | -1/+16 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add CSP nonce to `style-src` directive | yuuji.yaginuma | 2018-05-19 | 2 | -1/+16 |
* | | | | [ci skip] Fix documentation for Response#content_type | printercu | 2018-09-14 | 1 | -10/+10 |
* | | | | Make sure the flash method is defined even if helpers are not present | Rafael Mendonça França | 2018-09-13 | 2 | -6/+11 |
* | | | | Merge pull request #33569 from eric-hemasystems/conditional-flash-helper | Rafael França | 2018-09-13 | 2 | -3/+13 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Conditionally use `helper_method` in Flash concern | Eric Anderson | 2018-08-09 | 2 | -3/+13 |
* | | | | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 1 | -1/+1 |
* | | | | Update documentation to ActionController::ConditionalGet | Anatoly Mikhaylov | 2018-09-03 | 1 | -0/+6 |
* | | | | Faster permitted_scalar_filter | schneems | 2018-08-31 | 2 | -8/+25 |
* | | | | [ci skip] Document permitted_scalar_filter | schneems | 2018-08-30 | 1 | -0/+10 |
* | | | | Fix `actionpack/CHANGELOG.md` [ci skip] | bogdanvlviv | 2018-08-30 | 1 | -4/+2 |
* | | | | Fewer allocations in caching/fragments.rb | schneems | 2018-08-29 | 1 | -1/+5 |
* | | | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 8 | -19/+16 |
|\ \ \ \ |
|
| * | | | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 4 | -9/+6 |
| * | | | | Convert remaining usage of whitelist and blacklist | Kevin Deisz | 2018-08-24 | 2 | -4/+4 |
| * | | | | Convert over the rest of the whitelist references | Kevin Deisz | 2018-08-24 | 6 | -10/+10 |
* | | | | | Focus search input after page load on /rails/info/routes (#33683) | James Brooks | 2018-08-28 | 1 | -0/+3 |
* | | | | | Call block to #redirect_to in controller context (#33735) | speckins | 2018-08-27 | 2 | -1/+17 |
* | | | | | Clarify example of the test [ci skip] | 黄松 | 2018-08-25 | 1 | -2/+2 |
* | | | | | Format respond_to method as code in doc [ci skip] | Rob Zolkos | 2018-08-25 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #33704 from matthewd/helper-path-with-size | Matthew Draper | 2018-08-23 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | Use string lengths instead of regexp to extract path | Matthew Draper | 2018-08-23 | 1 | -2/+1 |
* | | | | | Merge pull request #33698 from bogdanvlviv/follow-up-33693 | Rafael França | 2018-08-22 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove extra execution of `uniq!` on action_methods | bogdanvlviv | 2018-08-22 | 1 | -1/+0 |