| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #29286 from vinistock/create_missing_exact_template_exception | Rafael Mendonça França | 2018-04-20 | 1 | -0/+7 |
|\ |
|
* | | Introduce ActionDispatch::DebugExceptions interceptors | Genadi Samokovarov | 2018-04-20 | 1 | -0/+12 |
* | | Revert "Merge pull request #32652 from bogdanvlviv/add-missing-changelog-for-... | Rafael Mendonça França | 2018-04-19 | 1 | -12/+0 |
* | | Add missing changelog entry | bogdanvlviv | 2018-04-20 | 1 | -0/+12 |
* | | Fix reference to fixed issue in actionpack/CHANGELOG.md | bogdanvlviv | 2018-04-19 | 1 | -1/+1 |
* | | Don't link issue number in CHANGELOG [ci skip] | Andrew White | 2018-04-18 | 1 | -1/+1 |
* | | Pass nonce to CSP policy from outside | Andrew White | 2018-04-18 | 1 | -1/+1 |
* | | Output only one nonce in CSP header per request | Andrey Novikov | 2018-04-17 | 1 | -0/+6 |
* | | Include default headers by default in API mode | Kevin Deisz | 2018-04-06 | 1 | -0/+4 |
* | | Add changelog entry for #32446 | bogdanvlviv | 2018-04-06 | 1 | -0/+4 |
* | | Deprecate controller level force_ssl | Derek Prior | 2018-03-30 | 1 | -0/+5 |
* | | Don't need to include in the changelog something that was release in 5.2 | Rafael Mendonça França | 2018-03-15 | 1 | -4/+0 |
* | | Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262) | Catherine Khuu | 2018-03-15 | 1 | -0/+4 |
* | | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
* | | Remove CHANGELOG entries which were backported to 5-2-stable | Ryuta Kamizono | 2018-02-28 | 1 | -5/+0 |
* | | Support for automatic nonce generation was backported to 5.2 | Guillermo Iguaran | 2018-02-24 | 1 | -28/+0 |
* | | Add support for automatic nonce generation for Rails UJS | Andrew White | 2018-02-19 | 1 | -0/+28 |
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -0/+6 |
|/ |
|
* | Add changelog entry for #31844 | bogdanvlviv | 2018-02-01 | 1 | -0/+4 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -245/+1 |
* | Add 'Referrer-Policy' header to default headers set | Guillermo Iguaran | 2018-01-08 | 1 | -0/+4 |
* | Added deprecations and removals notes for Action Pack [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+1 |
* | Minor cleanup of CHANGELOG of PR #30850 [ci skip] | Prathamesh Sonpatki | 2017-12-17 | 1 | -3/+3 |
* | Change the system tests to set Puma as default server only when the user have... | Guillermo Iguaran | 2017-12-09 | 1 | -0/+5 |
* | Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de... | Guillermo Iguaran | 2017-12-09 | 1 | -0/+5 |
* | Add headless firefox driver to System Tests | bogdanvlviv | 2017-12-07 | 1 | -0/+4 |
* | Add changelog entry for 9d6e28 | eileencodes | 2017-11-30 | 1 | -0/+12 |
* | Register most popular audio/video/font mime types supported by modern browsers | Guillermo Iguaran | 2017-11-28 | 1 | -0/+4 |
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 |
* | Fix optimized url helpers when using relative url root | Andrew White | 2017-11-28 | 1 | -0/+7 |
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -0/+2 |
* | Fix CHANGELOG for CSP PR #31162 [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -10/+10 |
* | Add CHANGELOG.md entry for #31162 [ci skip] | Andrew White | 2017-11-27 | 1 | -0/+60 |
* | Merge pull request #22435 from yui-knk/fix_engine_route_test | Rafael Mendonça França | 2017-11-06 | 1 | -0/+4 |
|\ |
|
| * | Make `assert_recognizes` to traverse mounted engines | yui-knk | 2016-04-23 | 1 | -0/+4 |
* | | Remove deprecated `ActionController::ParamsParser::ParseError` | Rafael Mendonça França | 2017-10-23 | 1 | -2/+6 |
* | | Add changelog entry about new `allow_other_host` option for `redirect_back` m... | bogdanvlviv | 2017-10-22 | 1 | -0/+7 |
* | | Add headless chrome driver to System Tests | yuuji.yaginuma | 2017-10-17 | 1 | -0/+4 |
* | | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 1 | -0/+8 |
* | | Fix indentation in CHANGELOG [ci skip] | Ryuta Kamizono | 2017-09-26 | 1 | -3/+3 |
* | | Add key rotation cookies middleware | Michael Coyne | 2017-09-24 | 1 | -0/+9 |
* | | Use the default Capybara registered puma server configuration | Thomas Walpole | 2017-09-18 | 1 | -0/+7 |
* | | :scissors: | Ryuta Kamizono | 2017-09-07 | 1 | -1/+1 |
* | | This commit adds: | Assain | 2017-09-04 | 1 | -0/+21 |
* | | Retrive screenshot in relative path of current directory | yuuji.yaginuma | 2017-08-27 | 1 | -0/+6 |
* | | Deprecate ActionDispatch::TestResponse response aliases | Trevor Wistaff | 2017-08-07 | 1 | -0/+8 |
* | | Lint actionpack/CHANGELOG.md | Jon Moss | 2017-08-06 | 1 | -3/+3 |
* | | Add backticks for class names in CHANGELOG [ci skip] | Ryuta Kamizono | 2017-07-11 | 1 | -3/+3 |
* | | Protect from forgery by default | Lisa Ugray | 2017-07-10 | 1 | -0/+10 |
* | | Add CHANGELOG for #29630 [ci skip] | Prathamesh Sonpatki | 2017-07-01 | 1 | -0/+4 |