| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \ |
|
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 1 | -0/+40 |
| |/ / |
|
* | | | Merge pull request #33612 from bogdanvlviv/test-assert_called | Ryuta Kamizono | 2018-08-15 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Test `assert_called` and `assert_called_with` | bogdanvlviv | 2018-08-14 | 1 | -0/+10 |
| |/ / |
|
* / / | Add `Array#extract!` | bogdanvlviv | 2018-08-14 | 1 | -0/+44 |
|/ / |
|
* | | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
* | | Support skip nil for cache fetch (#25437) | Martin | 2018-08-05 | 1 | -0/+7 |
* | | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method | Ryuta Kamizono | 2018-07-31 | 1 | -0/+35 |
|\ \ |
|
| * | | A regression in deprecate_methods was introduced in a982a42: | Edouard CHIN | 2018-07-30 | 1 | -0/+35 |
* | | | cpu_time and allocations are 0 when JRuby is used | Yasuo Honda | 2018-07-30 | 1 | -2/+7 |
* | | | Remove unused `require "active_support/core_ext/regexp"` | Ryuta Kamizono | 2018-07-29 | 1 | -1/+0 |
* | | | Always subscribe to event objects via `AS::Notifications.subscribe` | Aaron Patterson | 2018-07-26 | 1 | -9/+16 |
* | | | Subscribe to event objects via `subscribe` | Aaron Patterson | 2018-07-26 | 1 | -0/+12 |
* | | | Subscribe to event objects via `subscribe_event` | Aaron Patterson | 2018-07-26 | 1 | -0/+17 |
* | | | Add cpu_time, idle_time, and allocations to Event | Eileen Uchitelle | 2018-07-26 | 1 | -0/+11 |
* | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -3/+1 |
* | | | e4e1b62 broke `to_param` handling: | Edouard CHIN | 2018-07-12 | 1 | -0/+14 |
|/ / |
|
* | | added tests for assert_no_difference with multiple expressions | lxxxvi | 2018-07-08 | 1 | -0/+16 |
* | | Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooks | Rafael França | 2018-07-04 | 1 | -0/+49 |
|\ \ |
|