aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-214-38/+30
|\ \
| * | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-38/+30
* | | 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-211-2/+22
|\ \ \ | |/ / |/| |
| * | Do not add parent directory to file system monitoringyuuji.yaginuma2018-12-181-2/+22
* | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warningsKasper Timm Hansen2018-12-203-3/+3
|\ \ \ | |_|/ |/| |
| * | Follow up #34754bogdanvlviv2018-12-203-3/+3
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-8/+8
|/ /
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-204-37/+2
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-31/+6
* | 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-171-1/+8
|/
* Merge pull request #34648 from y-yagi/fixes_34646Yuji Yaginuma2018-12-121-14/+24
|\
| * Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-071-14/+24
* | 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-291-3/+7
* 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-221-1/+1
|\
| * Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-021-1/+1
* | 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
|/ /
* | 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-011-0/+1
* | | 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
|\ \ \
| * | | Privatize and add # :nodoc: to constantsAlberto Almagro2018-10-281-2/+3
* | | | Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-281-1/+5
|/ / /
* | | Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-261-22/+40
|\ \ \
| * | | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-22/+40
* | | | `assert_called_with` should require `args` argumentbogdanvlviv2018-10-251-1/+1
* | | | Merge pull request #34034 from runephilosof/patch-2Gannon McGibbon2018-10-241-0/+3
|\ \ \ \
| * | | | Make it easier to find abort documentationRune Philosof2018-10-011-0/+3
| | |_|/ | |/| |
* | | | Add docs to ActiveSupport::Notifications.subscribeChris Fung2018-10-221-0/+18
* | | | Rename event variableAlberto Almagro2018-10-211-4/+4
* | | | Use String#truncate_bytes inside Multibyte::Chars#limitFrancesco Rodríguez2018-10-201-13/+1