| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_... | Rafael Mendonça França | 2019-01-17 | 3 | -27/+4 |
* | | Remove deprecated methods in ActionDispatch::TestResponse | Rafael Mendonça França | 2019-01-17 | 3 | -34/+7 |
* | | Update the promisse that ActionController::TestCase will be extracted | Rafael Mendonça França | 2019-01-17 | 1 | -1/+1 |
* | | Ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-17 | 7 | -29/+87 |
* | | Merge pull request #34944 from dasch/patch-7 | Rafael França | 2019-01-16 | 1 | -0/+8 |
|\ \ |
|
| * | | Document that `format.any` can match all formats | Daniel Schierbeck | 2019-01-16 | 1 | -0/+8 |
| |/ |
|
* / | Revert "Don't handle params option in a special way in url_for helper" | Rafael Mendonça França | 2019-01-16 | 5 | -5/+14 |
|/ |
|
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 2 | -4/+4 |
* | Merge pull request #34894 from hahmed/tames-params-wrapper-errors | Kasper Timm Hansen | 2019-01-09 | 1 | -16/+17 |
|\ |
|
| * | Capture parsing errors for ActionController::ParamsWrapper#process_action | Haroon Ahmed | 2019-01-08 | 1 | -16/+17 |
* | | Allow using combine the Cache-Control `public` and `no-cache` headers | yuuji.yaginuma | 2019-01-07 | 2 | -4/+16 |
|/ |
|
* | Remove mention about `Test::Unit::TestCase` [ci skip] | bogdanvlviv | 2019-01-02 | 1 | -3/+0 |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 3 | -3/+3 |
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -12/+11 |
* | 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 | 12 | -176/+132 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 4 | -7/+7 |
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 2 | -4/+0 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 2 | -3/+3 |
* | Pass the correct value as JSON | yuuji.yaginuma | 2018-12-19 | 1 | -1/+1 |
* | [ci skip] Remove needless changelog entry, as bug fix was backported to 5.2. | Kasper Timm Hansen | 2018-12-18 | 1 | -4/+0 |
* | Merge pull request #34737 from r7kamura/feature/test-case-params-nil | Kasper Timm Hansen | 2018-12-18 | 3 | -2/+18 |
|\ |
|
| * | Allow nil params on controller HTTP test methods | r7kamura | 2018-12-18 | 3 | -2/+18 |
* | | 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 | 3 | -6/+37 |
|\ |
|
| * | Allow using parsed_body in ActionController::TestCase | Tobias Bühlmann | 2018-12-16 | 3 | -6/+37 |
* | | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 8 | -41/+341 |
|/ |
|
* | Upgrade Rubocop to 0.61.1 and fix offenses | Vinicius Stock | 2018-12-10 | 1 | -79/+79 |
* | Expand metaprogramming for Symbol, Slash and Dot. | Alberto Almagro | 2018-12-07 | 1 | -6/+7 |
* | colorize the unpermitted params log message | blahed | 2018-12-03 | 1 | -1/+1 |
* | Remove unnecessary variable route | Alberto Almagro | 2018-12-02 | 1 | -11/+2 |
* | Merge pull request #34554 from sj26/group-exception-logs | Rafael França | 2018-11-28 | 1 | -5/+8 |
|\ |
|
| * | Avoid extra array allocations | Samuel Cochran | 2018-11-29 | 1 | -2/+2 |
| * | Log exceptions atomically | Samuel Cochran | 2018-11-28 | 1 | -5/+8 |
* | | Add autoload hook for AbstractController::ActionNotFound | Rafael Mendonça França | 2018-11-28 | 1 | -0/+1 |
* | | 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 | 3 | -7/+22 |
* | Merge pull request #20865 from colavitam/only-except-behavior | Rafael Mendonça França | 2018-11-19 | 2 | -2/+30 |
|\ |
|
| * | :only and :except are now chained for routing resource(s) | Michael Colavita | 2015-07-13 | 3 | -3/+40 |
* | | Remove unused `Journey::Router::RoutingError` | yuuji.yaginuma | 2018-11-18 | 1 | -3/+0 |
* | | Allow rescue from parameter parse errors | Gannon McGibbon | 2018-11-13 | 8 | -8/+95 |
* | | Reset sessions on failed system test screenshot | Maxim Perepelitsa | 2018-11-13 | 2 | -2/+12 |
* | | Fix broken CHANGELOG markup [ci skip] | Ryuta Kamizono | 2018-11-08 | 1 | -3/+3 |
* | | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
* | | Merge pull request #34314 from bf4/patch-2 | Gannon McGibbon | 2018-10-30 | 1 | -1/+1 |
|\ \ |
|
| * | | ActionController::API *does* support cookies, sessions | Benjamin Fleischer | 2018-10-25 | 1 | -1/+1 |