| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 2 | -2/+2 |
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -12/+11 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 5 | -29/+19 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -4/+4 |
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 2 | -4/+0 |
* | Allow nil params on controller HTTP test methods | r7kamura | 2018-12-18 | 1 | -2/+2 |
* | Merge branch 'master' into host-authorization | Eileen M. Uchitelle | 2018-12-17 | 1 | -6/+5 |
|\ |
|
| * | Allow using parsed_body in ActionController::TestCase | Tobias Bühlmann | 2018-12-16 | 1 | -6/+5 |
* | | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 6 | -41/+171 |
|/ |
|
* | 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 |
|/ |
|
* | Raise an error on root route naming conflicts. | Gannon McGibbon | 2018-11-20 | 1 | -4/+2 |
* | Merge pull request #20865 from colavitam/only-except-behavior | Rafael Mendonça França | 2018-11-19 | 1 | -2/+8 |
|\ |
|
| * | :only and :except are now chained for routing resource(s) | Michael Colavita | 2015-07-13 | 1 | -3/+9 |
* | | Remove unused `Journey::Router::RoutingError` | yuuji.yaginuma | 2018-11-18 | 1 | -3/+0 |
* | | Allow rescue from parameter parse errors | Gannon McGibbon | 2018-11-13 | 5 | -8/+25 |
* | | Reset sessions on failed system test screenshot | Maxim Perepelitsa | 2018-11-13 | 1 | -2/+5 |
* | | 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 |
* | | | We don't want these internal methods as public methods in our controllers | Akira Matsuda | 2018-10-30 | 1 | -23/+25 |
|/ / |
|
* | | Use request object for context if there's no controller | Andrew White | 2018-10-22 | 1 | -1/+2 |
* | | Apply mapping to symbols returned from dynamic CSP sources | Andrew White | 2018-10-22 | 1 | -1/+2 |
* | | Fix `ActionController::Parameters#each_value` and add changelog entry to this... | Bogdan | 2018-10-15 | 1 | -1/+1 |
* | | Remove invalid magic comment [ci skip] | Yoshiyuki Kinjo | 2018-10-11 | 1 | -2/+0 |
* | | Merge pull request #34109 from bogdanvlviv/follow-up-34064 | Eileen M. Uchitelle | 2018-10-10 | 1 | -21/+0 |
|\ \ |
|
| * | | Follow up #34064 | bogdanvlviv | 2018-10-06 | 1 | -21/+0 |
* | | | Add allocations to template renderer subscription | Eileen Uchitelle | 2018-10-10 | 1 | -2/+5 |
* | | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa... | Yoshiyuki Kinjo | 2018-10-08 | 2 | -84/+9 |
|/ / |
|
* | | 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 | 4 | -49/+19 |
* | | 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 | 1 | -4/+0 |
|\ \ |
|
| * | | Don't handle params option in a special way in url_for helper | Ilkka Oksanen | 2018-08-20 | 1 | -4/+0 |
* | | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 27 | -92/+92 |
* | | | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_root | Rafael França | 2018-09-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix optionally scoped root route unscoped access | Gannon McGibbon | 2018-09-27 | 1 | -1/+1 |
* | | | | Fixing an edge case when using objects as constraints | Simon Courtois | 2018-09-27 | 1 | -1/+13 |
|/ / / |
|
* | | | Merge pull request #33979 from lzap/master | Rafael França | 2018-09-27 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Added ActionController::Parameters.each_value method | Lukas Zapletal | 2018-09-27 | 1 | -0/+8 |
* | | | | 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 | 3 | -14/+44 |
* | | | | Merge pull request #33973 from rails/remove-catch-all | Aaron Patterson | 2018-09-25 | 1 | -0/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add hack to deal with warnings | Aaron Patterson | 2018-09-24 | 1 | -1/+1 |