| Commit message (Expand) | Author | Age | Files | Lines |
* | ruby < 2.5 is no longer supported | Akira Matsuda | 2019-05-28 | 2 | -17/+9 |
* | Merge pull request #36340 from jhawthorn/evented_file_checker_symlink | Kasper Timm Hansen | 2019-05-24 | 1 | -20/+36 |
|\ |
|
| * | Fix EventedFileUpdateChecker through a symlink | John Hawthorn | 2019-05-23 | 1 | -0/+18 |
| * | Use existing tmpdir in evented_file_update_test | John Hawthorn | 2019-05-23 | 1 | -20/+18 |
* | | Delete evented_file_update_checker existing_parent | John Hawthorn | 2019-05-23 | 1 | -8/+0 |
|/ |
|
* | Add :allow_nil option to delegate_missing_to; use in ActiveStorage | Matt Tanous | 2019-05-23 | 1 | -0/+14 |
* | Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'... | Vishal Telangre | 2019-05-10 | 1 | -1/+68 |
* | Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_... | Rafael França | 2019-05-01 | 1 | -0/+28 |
|\ |
|
| * | HashWithIndifferentAccess#initialize performance improvement | Miles Georgi | 2018-12-06 | 1 | -0/+28 |
* | | revert changes to monotonic times | Kevin Solorio | 2019-04-30 | 1 | -4/+3 |
* | | Frozen truncate (#36109) | Jordan Thomas | 2019-04-26 | 1 | -0/+5 |
* | | Merge pull request #36037 from kamipo/deprecate_methods | Ryuta Kamizono | 2019-04-19 | 1 | -8/+0 |
|\ \ |
|
| * | | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna... | Ryuta Kamizono | 2019-04-19 | 1 | -8/+0 |
* | | | Refactor after the most recent code review | Genadi Samokovarov | 2019-04-19 | 1 | -6/+0 |
* | | | Simplify the ActionableError.{dispatch,action} boundries | Genadi Samokovarov | 2019-04-19 | 1 | -18/+7 |
* | | | Drop the ambiguous `ActiveSupport::ActionableError#===` check | Genadi Samokovarov | 2019-04-19 | 1 | -4/+11 |
* | | | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 1 | -0/+57 |
|/ / |
|
* | | Preserve html_safe? status on ActiveSupport::SafeBuffer#* | r7kamura | 2019-04-19 | 1 | -0/+8 |
* | | Add test coverage | Vishal Telangre | 2019-04-16 | 1 | -4/+13 |
* | | Redis fetch without names returns {} | David Verhasselt | 2019-04-12 | 1 | -0/+6 |
* | | Merge pull request #35691 from sushantmittal/add_deattach_from_in_active_supp... | Rafael França | 2019-04-04 | 1 | -0/+23 |
|\ \ |
|
| * | | Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro... | sushant | 2019-04-04 | 1 | -0/+23 |
* | | | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | | | Merge pull request #34405 from shugo/safe_buffer_backref_fix | Matthew Draper | 2019-03-28 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | sub, sub!, gsub, and gsub! should set back references | Shugo Maeda | 2018-11-08 | 1 | -0/+18 |
* | | | | Fix bug in Range comparisons when comparing to excluded-end Range | Owen Stephens | 2019-03-28 | 1 | -2/+6 |
* | | | | 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 |