| Commit message (Expand) | Author | Age | Files | Lines |
* | Do nothing when the same block is included again. | Mark J. Titorenko | 2018-11-29 | 2 | -0/+19 |
* | Merge pull request #34037 from reitermarkus/atomic_write-permissions | Rafael França | 2018-11-22 | 1 | -0/+14 |
|\ |
|
| * | Ensure correct permission when `tmpdir` is the same as `dirname`. | Markus Reiter | 2018-10-02 | 1 | -0/+14 |
* | | Fix ruby warnings | yuuji.yaginuma | 2018-11-22 | 1 | -2/+2 |
* | | Add test for normalizing non-unicode string | Fumiaki MATSUSHIMA | 2018-11-15 | 1 | -0/+10 |
* | | Make #to_options an alias for #symbolize_keys | Nick Weiland | 2018-11-01 | 1 | -0/+7 |
* | | Improve the logic that detects non-autoloaded constants | Jan Habermann | 2018-10-28 | 4 | -0/+47 |
* | | Merge pull request #34208 from yskkin/inspect_with_parameter_filter | Ryuta Kamizono | 2018-10-26 | 1 | -0/+54 |
|\ \ |
|
| * | | Implement AR#inspect using ParamterFilter. | Yoshiyuki Kinjo | 2018-10-19 | 1 | -0/+54 |
* | | | `assert_called_with` should require `args` argument | bogdanvlviv | 2018-10-25 | 2 | -13/+1 |
* | | | Use String#truncate_bytes inside Multibyte::Chars#limit | Francesco Rodríguez | 2018-10-20 | 1 | -18/+0 |
* | | | Deprecate Unicode's #pack_graphemes and #unpack_graphemes methods | Francesco Rodríguez | 2018-10-18 | 1 | -4/+6 |
* | | | Deprecate ActiveSupport::Multibyte::Chars.consumes? | Francesco Rodríguez | 2018-10-15 | 1 | -3/+9 |
* | | | Fix issue where duration where always rounded up to a second: | Edouard CHIN | 2018-10-12 | 1 | -2/+2 |
|/ / |
|
* | | Deprecate Unicode#normalize and Chars#normalize (#34202) | Francesco Rodríguez | 2018-10-12 | 3 | -106/+163 |
* | | Use native String#capitalize | Francesco Rodríguez | 2018-10-12 | 1 | -1/+1 |
* | | Deprecate Unicode#downcase/upcase/swapcase. | Francesco Rodríguez | 2018-10-12 | 1 | -0/+6 |
* | | Test that nested structs to_json works as expected | Eileen Uchitelle | 2018-10-11 | 1 | -0/+10 |
* | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa... | Yoshiyuki Kinjo | 2018-10-08 | 1 | -0/+51 |
* | | Array with single item correctly uses cache_key | Graham Turner | 2018-10-05 | 1 | -0/+49 |
* | | Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt... | Martin Spickermann | 2018-10-05 | 1 | -0/+6 |
* | | Don't use deprecated `LoggerSilence` | yuuji.yaginuma | 2018-10-04 | 1 | -1/+1 |
* | | Merge pull request #34055 from Edouard-chin/ec-logger-fix | Rafael França | 2018-10-03 | 2 | -1/+37 |
|\ \ |
|
| * | | Fix the LoggerSilence to work as described: | Edouard CHIN | 2018-10-02 | 2 | -1/+37 |
* | | | :warning: assigned but unused variable - logger | Akira Matsuda | 2018-10-03 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #34051 from gmcgibbon/module_parent_method_rename | Rafael Mendonça França | 2018-10-02 | 1 | -11/+29 |
|\ \ |
|
| * | | Prefix Module#parent, Module#parents, and Module#parent_name with module | Gannon McGibbon | 2018-10-02 | 1 | -11/+29 |
* | | | Deprecate the `LoggerSilence` constant: | Edouard CHIN | 2018-10-02 | 1 | -1/+9 |
|/ / |
|
* | | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecation | Rafael França | 2018-10-02 | 1 | -0/+18 |
|\ \
| |/
|/| |
|
| * | Add deprecation warning when String#first and String#last receive negative in... | Gannon McGibbon | 2018-09-28 | 1 | -0/+18 |
* | | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' | Sharang Dashputre | 2018-10-02 | 1 | -19/+19 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 6 | -8/+8 |
|/ |
|
* | Fix HashWithIndifferentAccess#without bug | Abraham Chan | 2018-09-28 | 1 | -0/+11 |
* | Handle more unsafe String methods (#33990) | Janosch Müller | 2018-09-27 | 2 | -9/+82 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 14 | -58/+58 |
* | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 1 | -13/+14 |
|\ |
|
| * | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -13/+14 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 8 | -32/+32 |
|/ |
|
* | Merge pull request #27792 from tjoyal/sandbox-tagged-logging | Rafael Mendonça França | 2018-09-11 | 1 | -8/+21 |
|\ |
|
| * | TaggedLogging to return a new logger instance | Thierry Joyal | 2017-02-27 | 1 | -8/+21 |
* | | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers | ryanwhocodes | 2018-09-10 | 1 | -0/+4 |
* | | trace autoloads, and document hints for troubleshooting | Xavier Noria | 2018-09-07 | 1 | -0/+49 |
* | | Use assert_predicate instead | Yumin Wong | 2018-09-06 | 1 | -2/+2 |
* | | SafeBuffer should maintain safety upon getting a slice via a range if origina... | Yumin Wong | 2018-08-31 | 1 | -0/+12 |
* | | Remove redundant `travel_back` | yuuji.yaginuma | 2018-08-31 | 1 | -5/+0 |
* | | Merge pull request #33162 from utilum/stop_using_mocha | Kasper Timm Hansen | 2018-08-22 | 1 | -0/+83 |
|\ \ |
|
| * | | Add method_call_assertions and use them instead of Mocha | utilum | 2018-08-13 | 1 | -0/+83 |
* | | | Remove unused requires | yuuji.yaginuma | 2018-08-17 | 1 | -3/+0 |
* | | | Fix obsoleted method URI.unescape in activesupport/test | Vitor Oliveira | 2018-08-15 | 1 | -1/+1 |
* | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 1 | -0/+40 |
|\ \ \ |
|