| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warnings | Kasper Timm Hansen | 2018-12-20 | 4 | -31/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Follow up #34754 | bogdanvlviv | 2018-12-20 | 4 | -31/+9 |
* | | | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 3 | -9/+9 |
|/ / / |
|
* | | | Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!` | Ryuta Kamizono | 2018-12-21 | 1 | -27/+0 |
* | | | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 6 | -108/+6 |
* | | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 4 | -34/+9 |
* | | | Add option to set parallel test worker count to the physical core count of th... | Bogdan | 2018-12-18 | 1 | -2/+7 |
* | | | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721) | Bogdan | 2018-12-17 | 2 | -2/+9 |
|/ / |
|
* | | Test ActiveSupport::Deprecation.deprecate_methods | Yosuke Kabuto | 2018-12-14 | 1 | -0/+7 |
* | | Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacing | Ryuta Kamizono | 2018-12-13 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #34648 from y-yagi/fixes_34646 | Yuji Yaginuma | 2018-12-12 | 2 | -14/+31 |
|\ |
|
| * | Make `deprecate` work for non-exists methods | yuuji.yaginuma | 2018-12-07 | 2 | -14/+31 |
* | | Upgrade Rubocop to 0.61.1 and fix offenses | Vinicius Stock | 2018-12-10 | 2 | -28/+29 |
|/ |
|
* | Another Ruby 2.6 BigDecimal compatibility issue | utilum | 2018-12-04 | 1 | -1/+1 |
* | Don't expose internal `clock_gettime_supported?` class method | Ryuta Kamizono | 2018-11-30 | 1 | -1/+2 |
* | Do nothing when the same block is included again. | Mark J. Titorenko | 2018-11-29 | 4 | -3/+30 |
* | Pass the test reporter by reference | yuuji.yaginuma | 2018-11-28 | 1 | -0/+1 |
* | Remove unnecessary reduce in Duration#inspect | Daniel Colson | 2018-11-24 | 1 | -1/+0 |
* | Merge pull request #34037 from reitermarkus/atomic_write-permissions | Rafael França | 2018-11-22 | 2 | -1/+15 |
|\ |
|
| * | Ensure correct permission when `tmpdir` is the same as `dirname`. | Markus Reiter | 2018-10-02 | 2 | -1/+15 |
* | | Fix ruby warnings | yuuji.yaginuma | 2018-11-22 | 1 | -2/+2 |
* | | Remove odd spaces [ci skip] | Ryuta Kamizono | 2018-11-21 | 1 | -2/+2 |
* | | Merge pull request #34497 from 6temes/make_documentation_for_slice_more_explicit | Rafael França | 2018-11-20 | 1 | -2/+3 |
|\ \ |
|
| * | | Improve documentation for Hash#slice! | Daniel Lopez 👾 | 2018-11-21 | 1 | -2/+3 |
* | | | Deprecate `event.end = Time.now` in favor of `event.finish!` | Ryuta Kamizono | 2018-11-20 | 1 | -2/+6 |
* | | | Merge pull request #34410 from gmcgibbon/test_support_windows | Eileen M. Uchitelle | 2018-11-19 | 2 | -2/+7 |
|\ \ \ |
|
| * | | | Windows support for parallelization and instrumenter | Gannon McGibbon | 2018-11-08 | 2 | -2/+7 |
* | | | | Correctly handle unknown object in parallel tests | yuuji.yaginuma | 2018-11-17 | 1 | -0/+2 |
| |/ /
|/| | |
|
* | | | Add test for normalizing non-unicode string | Fumiaki MATSUSHIMA | 2018-11-15 | 1 | -0/+10 |
|/ / |
|
* | | 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 #34131 from lsylvester/defend-against-unmarshable-exceptions | Eileen M. Uchitelle | 2018-11-05 | 1 | -1/+8 |
|\ \ |
|
| * | | resque errors caused by Marshal dump failures and wrap exceptions in marshall... | Lachlan Sylvester | 2018-10-09 | 1 | -1/+8 |
* | | | Make #to_options an alias for #symbolize_keys | Nick Weiland | 2018-11-01 | 3 | -0/+13 |
* | | | Missing require "active_support/executor" | Akira Matsuda | 2018-10-30 | 1 | -0/+1 |
* | | | Missing require "core_ext/module/attribute_accessors" | Akira Matsuda | 2018-10-30 | 1 | -0/+1 |
* | | | Missing require "active_support/concern" | Akira Matsuda | 2018-10-30 | 1 | -0/+2 |
* | | | Merge pull request #34334 from albertoalmagro/privatize-constants-activesuppo... | Ryuta Kamizono | 2018-10-29 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | Privatize and add # :nodoc: to constants | Alberto Almagro | 2018-10-28 | 1 | -2/+3 |
* | | | | Registers e302725 in the CHANGELOG [ci skip] | Xavier Noria | 2018-10-28 | 1 | -0/+4 |
* | | | | Improve the logic that detects non-autoloaded constants | Jan Habermann | 2018-10-28 | 5 | -1/+52 |
|/ / / |
|
* | | | Merge pull request #34208 from yskkin/inspect_with_parameter_filter | Ryuta Kamizono | 2018-10-26 | 2 | -22/+94 |
|\ \ \ |
|
| * | | | Implement AR#inspect using ParamterFilter. | Yoshiyuki Kinjo | 2018-10-19 | 2 | -22/+94 |
* | | | | `assert_called_with` should require `args` argument | bogdanvlviv | 2018-10-25 | 3 | -14/+2 |
* | | | | Merge pull request #34034 from runephilosof/patch-2 | Gannon McGibbon | 2018-10-24 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Make it easier to find abort documentation | Rune Philosof | 2018-10-01 | 1 | -0/+3 |
* | | | | | Add docs to ActiveSupport::Notifications.subscribe | Chris Fung | 2018-10-22 | 1 | -0/+18 |
* | | | | | Rename event variable | Alberto Almagro | 2018-10-21 | 1 | -4/+4 |
* | | | | | Use String#truncate_bytes inside Multibyte::Chars#limit | Francesco Rodríguez | 2018-10-20 | 2 | -31/+1 |
* | | | | | Consistently use kwargs for `instance_{reader,writer,accessor}` options | Ryuta Kamizono | 2018-10-20 | 2 | -19/+11 |