| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 2 | -4/+4 |
* | Allow using combine the Cache-Control `public` and `no-cache` headers | yuuji.yaginuma | 2019-01-07 | 1 | -0/+10 |
* | Make Rails Facebook-free | Sasha Koss | 2018-12-24 | 1 | -2/+2 |
* | Add missing require for `IPAddr` | yuuji.yaginuma | 2018-12-24 | 1 | -0/+1 |
* | Remove unused methods | yuuji.yaginuma | 2018-12-23 | 1 | -26/+0 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 7 | -147/+113 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 3 | -3/+3 |
* | Pass the correct value as JSON | yuuji.yaginuma | 2018-12-19 | 1 | -1/+1 |
* | Merge pull request #34737 from r7kamura/feature/test-case-params-nil | Kasper Timm Hansen | 2018-12-18 | 1 | -0/+12 |
|\ |
|
| * | Allow nil params on controller HTTP test methods | r7kamura | 2018-12-18 | 1 | -0/+12 |
* | | More exercise `test_running_prepended_before_and_after_action` | Ryuta Kamizono | 2018-12-19 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'master' into host-authorization | Eileen M. Uchitelle | 2018-12-17 | 1 | -0/+14 |
|\ |
|
| * | Allow using parsed_body in ActionController::TestCase | Tobias Bühlmann | 2018-12-16 | 1 | -0/+14 |
* | | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 1 | -0/+160 |
|/ |
|
* | Use `Testing::Parallelization` in Action Packs's test | yuuji.yaginuma | 2018-11-28 | 1 | -77/+1 |
* | Use env instead of headers on those tests | Rafael Mendonça França | 2018-11-26 | 1 | -14/+14 |
* | Raise an error on root route naming conflicts. | Gannon McGibbon | 2018-11-20 | 1 | -3/+13 |
* | Merge pull request #20865 from colavitam/only-except-behavior | Rafael Mendonça França | 2018-11-19 | 1 | -0/+22 |
|\ |
|
| * | :only and :except are now chained for routing resource(s) | Michael Colavita | 2015-07-13 | 1 | -0/+22 |
* | | Allow rescue from parameter parse errors | Gannon McGibbon | 2018-11-13 | 2 | -0/+60 |
* | | Use request object for context if there's no controller | Andrew White | 2018-10-22 | 1 | -2/+8 |
* | | Apply mapping to symbols returned from dynamic CSP sources | Andrew White | 2018-10-22 | 1 | -2/+2 |
* | | Fix `ActionController::Parameters#each_value` and add changelog entry to this... | Bogdan | 2018-10-15 | 1 | -2/+6 |
* | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa... | Yoshiyuki Kinjo | 2018-10-08 | 1 | -41/+3 |
* | | 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 |