aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | ruby < 2.5 is no longer supportedAkira Matsuda2019-05-282-17/+9
* | | Merge pull request #36340 from jhawthorn/evented_file_checker_symlinkKasper Timm Hansen2019-05-241-20/+36
|\ \ \
| * | | Fix EventedFileUpdateChecker through a symlinkJohn Hawthorn2019-05-231-0/+18
| * | | Use existing tmpdir in evented_file_update_testJohn Hawthorn2019-05-231-20/+18
* | | | Delete evented_file_update_checker existing_parentJohn Hawthorn2019-05-231-8/+0
|/ / /
* / / Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-0/+14
|/ /
* / Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'...Vishal Telangre2019-05-101-1/+68
|/
* Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_...Rafael França2019-05-011-0/+28
|\
| * HashWithIndifferentAccess#initialize performance improvementMiles Georgi2018-12-061-0/+28
* | revert changes to monotonic timesKevin Solorio2019-04-301-4/+3
* | Frozen truncate (#36109)Jordan Thomas2019-04-261-0/+5
* | Merge pull request #36037 from kamipo/deprecate_methodsRyuta Kamizono2019-04-191-8/+0
|\ \
| * | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...Ryuta Kamizono2019-04-191-8/+0
* | | Refactor after the most recent code reviewGenadi Samokovarov2019-04-191-6/+0
* | | Simplify the ActionableError.{dispatch,action} boundriesGenadi Samokovarov2019-04-191-18/+7
* | | Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-191-4/+11
* | | Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-0/+57
|/ /
* | Preserve html_safe? status on ActiveSupport::SafeBuffer#*r7kamura2019-04-191-0/+8
* | Add test coverageVishal Telangre2019-04-161-4/+13
* | Redis fetch without names returns {}David Verhasselt2019-04-121-0/+6
* | Merge pull request #35691 from sushantmittal/add_deattach_from_in_active_supp...Rafael França2019-04-041-0/+23
|\ \
| * | Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro...sushant2019-04-041-0/+23
* | | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* | | Merge pull request #34405 from shugo/safe_buffer_backref_fixMatthew Draper2019-03-281-0/+18
|\ \ \
| * | | sub, sub!, gsub, and gsub! should set back referencesShugo Maeda2018-11-081-0/+18
* | | | Fix bug in Range comparisons when comparing to excluded-end RangeOwen Stephens2019-03-281-2/+6
* | | | Use weak references in descendants trackerEdgars Beigarts2019-03-261-0/+9
* | | | Update AS::Notifications::Instrumenter#instrumentAli Ibrahim2019-03-221-0/+6
* | | | Fix Time#advance to work with dates before 1001-03-07Andrew White2019-03-181-0/+2
| |/ / |/| |
* | | Match evented checker behavior on dir with no extsJohn Hawthorn2019-03-151-0/+12
* | | support slice assignment on SafeBufferRichard Monette2019-03-131-0/+32
* | | Fix bug with parametrize when `locale` is passedSharang Dashputre2019-03-123-0/+18
* | | Fix including/excluding flatteningGabriel Sobrinho2019-03-062-0/+3
* | | Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...David Heinemeier Hansson2019-03-052-3/+19
* | | Run activesupport's memcache store tests on Buildkitebogdanvlviv2019-02-263-14/+15
* | | Use Dir#children and Dir#each_child instead of excluding "." and ".."Ricardo Díaz2019-02-131-1/+1
* | | Merge pull request #32861 from zvkemp/asn-unsubscribe-proxyAaron Patterson2019-02-112-0/+52
|\ \ \
| * | | use a proxy matcher for AS::N fanoutzvkemp2019-02-112-0/+52
* | | | Fix rubocop violationsyuuji.yaginuma2019-02-091-2/+2
* | | | Delete uneeded blank fileGuillermo Iguaran2019-02-081-0/+0
* | | | Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'Guillermo Iguaran2019-02-082-0/+27
|/ / /
* | | Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-1/+1
* | | Merge pull request #35063 from rosa/current-before-reset-callbackRafael Mendonça França2019-02-041-7/+30
|\ \ \
| * | | Support before_reset callback in CurrentAttributesRosa Gutierrez2019-01-301-7/+30
* | | | ActiveSupport typo fixes.alkesh262019-02-017-7/+7
|/ / /
* | | Add HashWithIndifferentAccess#assocStefan Schüßler2019-01-301-0/+8
* | | Remove deprecated `Module#reachable?` methodRafael Mendonça França2019-01-171-51/+0
* | | Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-6/+0
* | | Fix safe_constantize to not raise a LoadError.Keenan Brock2019-01-092-0/+14
* | | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-1/+1