aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Merge pull request #34700 from gmcgibbon/fetch_multi_key_orderRafael França2019-01-071-1/+9
|\ \ \
| * | | Preserve key order passed to ActiveSupport::CacheStore#fetch_multiGannon McGibbon2018-12-271-1/+9
* | | | Tweak test nameGeorge Claghorn2018-12-301-1/+1
* | | | Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-0/+20
* | | | No need to handle if FrozenError is availableYasuo Honda2018-12-232-5/+1
* | | | Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`.utilum2018-12-211-2/+2
* | | | Merge pull request #34764 from kamipo/avoid_redundant_beginRyuta Kamizono2018-12-215-140/+123
|\ \ \ \
| * | | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-215-140/+123
* | | | | Merge pull request #33822 from y-yagi/do_not_check_parents_dor_directoriesYuji Yaginuma2018-12-211-0/+28
|\ \ \ \ \
| * | | | | Do not add parent directory to file system monitoringyuuji.yaginuma2018-12-181-0/+28
* | | | | | Add test for `travel_to` with time zoneyuuji.yaginuma2018-12-211-0/+17
* | | | | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warningsKasper Timm Hansen2018-12-201-28/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Follow up #34754bogdanvlviv2018-12-201-28/+6
* | | | | | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
|/ / / / /
* | | | | Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!`Ryuta Kamizono2018-12-211-27/+0
* | | | | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-202-71/+4
* | | | | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)Bogdan2018-12-171-1/+1
|/ / / /
* | | | Test ActiveSupport::Deprecation.deprecate_methodsYosuke Kabuto2018-12-141-0/+7
* | | | Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacingRyuta Kamizono2018-12-131-1/+1
|/ / /
* | / Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-071-0/+7
| |/ |/|
* | Do nothing when the same block is included again.Mark J. Titorenko2018-11-292-0/+19
* | Merge pull request #34037 from reitermarkus/atomic_write-permissionsRafael França2018-11-221-0/+14
|\ \
| * | Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-021-0/+14
* | | Fix ruby warningsyuuji.yaginuma2018-11-221-2/+2
* | | Add test for normalizing non-unicode stringFumiaki MATSUSHIMA2018-11-151-0/+10
| |/ |/|
* | Make #to_options an alias for #symbolize_keysNick Weiland2018-11-011-0/+7
* | Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-284-0/+47