aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing require for `String#to_d`yuuji.yaginuma2018-12-211-0/+1
* Merge pull request #34767 from y-yagi/fix_convert_string_to_bigdecimalYuji Yaginuma2018-12-211-5/+1
|\
| * Use BigDecimal provided methods to convert String to BigDecimalyuuji.yaginuma2018-12-211-5/+1
* | Merge pull request #34764 from kamipo/avoid_redundant_beginRyuta Kamizono2018-12-219-178/+153
|\ \
| * | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-219-178/+153
* | | Merge pull request #34769 from elebow/module-delegate-to-docstringRyuta Kamizono2018-12-211-1/+1
|\ \ \
| * | | Clarify the :to parameter of delegateEddie Lebow2018-12-201-1/+1
* | | | Merge pull request #33822 from y-yagi/do_not_check_parents_dor_directoriesYuji Yaginuma2018-12-212-2/+50
|\ \ \ \ | |/ / / |/| | |
| * | | Do not add parent directory to file system monitoringyuuji.yaginuma2018-12-182-2/+50
* | | | 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-204-31/+9
|\ \ \ | |_|/ |/| |
| * | Follow up #34754bogdanvlviv2018-12-204-31/+9
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-213-9/+9
|/ /
* | 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-206-108/+6
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-194-34/+9
* | Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-2/+7
* | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)Bogdan2018-12-172-2/+9
|/
* 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
* Merge pull request #34648 from y-yagi/fixes_34646Yuji Yaginuma2018-12-122-14/+31
|\
| * Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-072-14/+31
* | Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-102-28/+29
|/
* Another Ruby 2.6 BigDecimal compatibility issueutilum2018-12-041-1/+1
* Don't expose internal `clock_gettime_supported?` class methodRyuta Kamizono2018-11-301-1/+2
* Do nothing when the same block is included again.Mark J. Titorenko2018-11-294-3/+30
* Pass the test reporter by referenceyuuji.yaginuma2018-11-281-0/+1
* Remove unnecessary reduce in Duration#inspectDaniel Colson2018-11-241-1/+0
* Merge pull request #34037 from reitermarkus/atomic_write-permissionsRafael França2018-11-222-1/+15
|\
| * Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-022-1/+15
* | Fix ruby warningsyuuji.yaginuma2018-11-221-2/+2
* | Remove odd spaces [ci skip]Ryuta Kamizono2018-11-211-2/+2
* | Merge pull request #34497 from 6temes/make_documentation_for_slice_more_explicitRafael França2018-11-201-2/+3
|\ \
| * | Improve documentation for Hash#slice!Daniel Lopez 👾2018-11-211-2/+3
* | | Deprecate `event.end = Time.now` in favor of `event.finish!`Ryuta Kamizono2018-11-201-2/+6
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-192-2/+7
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-082-2/+7
* | | | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+2
| |/ / |/| |
* | | Add test for normalizing non-unicode stringFumiaki MATSUSHIMA2018-11-151-0/+10
|/ /
* | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* | Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptionsEileen M. Uchitelle2018-11-051-1/+8
|\ \
| * | resque errors caused by Marshal dump failures and wrap exceptions in marshall...Lachlan Sylvester2018-10-091-1/+8
* | | Make #to_options an alias for #symbolize_keysNick Weiland2018-11-013-0/+13
* | | Missing require "active_support/executor"Akira Matsuda2018-10-301-0/+1
* | | Missing require "core_ext/module/attribute_accessors"Akira Matsuda2018-10-301-0/+1
* | | Missing require "active_support/concern"Akira Matsuda2018-10-301-0/+2
* | | Merge pull request #34334 from albertoalmagro/privatize-constants-activesuppo...Ryuta Kamizono2018-10-291-2/+3
|\ \ \