| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Use weak references in descendants tracker | Edgars Beigarts | 2019-03-26 | 1 | -0/+9 |
* | | | | Update AS::Notifications::Instrumenter#instrument | Ali Ibrahim | 2019-03-22 | 1 | -0/+6 |
* | | | | Fix Time#advance to work with dates before 1001-03-07 | Andrew White | 2019-03-18 | 1 | -0/+2 |
| |/ /
|/| | |
|
* | | | Match evented checker behavior on dir with no exts | John Hawthorn | 2019-03-15 | 1 | -0/+12 |
* | | | support slice assignment on SafeBuffer | Richard Monette | 2019-03-13 | 1 | -0/+32 |
* | | | Fix bug with parametrize when `locale` is passed | Sharang Dashputre | 2019-03-12 | 3 | -0/+18 |
* | | | Fix including/excluding flattening | Gabriel Sobrinho | 2019-03-06 | 2 | -0/+3 |
* | | | Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl... | David Heinemeier Hansson | 2019-03-05 | 2 | -3/+19 |
* | | | Run activesupport's memcache store tests on Buildkite | bogdanvlviv | 2019-02-26 | 3 | -14/+15 |
* | | | Use Dir#children and Dir#each_child instead of excluding "." and ".." | Ricardo Díaz | 2019-02-13 | 1 | -1/+1 |
* | | | Merge pull request #32861 from zvkemp/asn-unsubscribe-proxy | Aaron Patterson | 2019-02-11 | 2 | -0/+52 |
|\ \ \ |
|
| * | | | use a proxy matcher for AS::N fanout | zvkemp | 2019-02-11 | 2 | -0/+52 |
* | | | | Fix rubocop violations | yuuji.yaginuma | 2019-02-09 | 1 | -2/+2 |
* | | | | Delete uneeded blank file | Guillermo Iguaran | 2019-02-08 | 1 | -0/+0 |
* | | | | Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!' | Guillermo Iguaran | 2019-02-08 | 2 | -0/+27 |
|/ / / |
|
* | | | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -1/+1 |
* | | | Merge pull request #35063 from rosa/current-before-reset-callback | Rafael Mendonça França | 2019-02-04 | 1 | -7/+30 |
|\ \ \ |
|
| * | | | Support before_reset callback in CurrentAttributes | Rosa Gutierrez | 2019-01-30 | 1 | -7/+30 |
* | | | | ActiveSupport typo fixes. | alkesh26 | 2019-02-01 | 7 | -7/+7 |
|/ / / |
|
* | | | Add HashWithIndifferentAccess#assoc | Stefan Schüßler | 2019-01-30 | 1 | -0/+8 |
* | | | Remove deprecated `Module#reachable?` method | Rafael Mendonça França | 2019-01-17 | 1 | -51/+0 |
* | | | Remove deprecated `#acronym_regex` method from `Inflections` | Rafael Mendonça França | 2019-01-17 | 1 | -6/+0 |
* | | | Fix safe_constantize to not raise a LoadError. | Keenan Brock | 2019-01-09 | 2 | -0/+14 |
* | | | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 1 | -1/+1 |
* | | | Merge pull request #34700 from gmcgibbon/fetch_multi_key_order | Rafael França | 2019-01-07 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | Preserve key order passed to ActiveSupport::CacheStore#fetch_multi | Gannon McGibbon | 2018-12-27 | 1 | -1/+9 |
* | | | | Tweak test name | George Claghorn | 2018-12-30 | 1 | -1/+1 |
* | | | | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 1 | -0/+20 |
* | | | | No need to handle if FrozenError is available | Yasuo Honda | 2018-12-23 | 2 | -5/+1 |
* | | | | Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`. | utilum | 2018-12-21 | 1 | -2/+2 |
* | | | | Merge pull request #34764 from kamipo/avoid_redundant_begin | Ryuta Kamizono | 2018-12-21 | 5 | -140/+123 |
|\ \ \ \ |
|
| * | | | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 5 | -140/+123 |
* | | | | | Merge pull request #33822 from y-yagi/do_not_check_parents_dor_directories | Yuji Yaginuma | 2018-12-21 | 1 | -0/+28 |
|\ \ \ \ \ |
|
| * | | | | | Do not add parent directory to file system monitoring | yuuji.yaginuma | 2018-12-18 | 1 | -0/+28 |
* | | | | | | Add test for `travel_to` with time zone | yuuji.yaginuma | 2018-12-21 | 1 | -0/+17 |
* | | | | | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warnings | Kasper Timm Hansen | 2018-12-20 | 1 | -28/+6 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Follow up #34754 | bogdanvlviv | 2018-12-20 | 1 | -28/+6 |
* | | | | | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | 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 | 2 | -71/+4 |
* | | | | | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721) | Bogdan | 2018-12-17 | 1 | -1/+1 |
|/ / / / |
|
* | | | | 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 |
|/ / / |
|
* | / | Make `deprecate` work for non-exists methods | yuuji.yaginuma | 2018-12-07 | 1 | -0/+7 |
| |/
|/| |
|
* | | 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 |