aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Privatize and add # :nodoc: to constantsAlberto Almagro2018-10-281-2/+3
* | | | Registers e302725 in the CHANGELOG [ci skip]Xavier Noria2018-10-281-0/+4
* | | | Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-285-1/+52
|/ / /
* | | Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-262-22/+94
|\ \ \
| * | | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-192-22/+94
* | | | `assert_called_with` should require `args` argumentbogdanvlviv2018-10-253-14/+2
* | | | 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-202-31/+1
* | | | | Consistently use kwargs for `instance_{reader,writer,accessor}` optionsRyuta Kamizono2018-10-202-19/+11
* | | | | Missing require "active_support/number_helper/number_converter"Akira Matsuda2018-10-207-0/+14
* | | | | Missing require "concurrent/hash"Akira Matsuda2018-10-201-0/+1
* | | | | Missing require "active_support/callbacks"Akira Matsuda2018-10-201-0/+2
* | | | | ActiveSupport module may not always already defined hereAkira Matsuda2018-10-202-150/+154
* | | | | Missing require "active_support/dependencies/autoload"Akira Matsuda2018-10-201-0/+2
* | | | | attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182...Akira Matsuda2018-10-201-2/+0
* | | | | Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-183-4/+21
* | | | | Refactor Chars#reverse and Chars#grapheme_lengthFrancesco Rodríguez2018-10-161-2/+2
* | | | | Merge pull request #34056 from CaDs/CaDs-extend_documentation_for_fetch_multiRichard Schneeman2018-10-161-2/+11
|\ \ \ \ \
| * | | | | Extends documentation for ActiveSupport::Cache#fetch_multi [ci skip]Carlos Donderis2018-10-161-2/+11
* | | | | | Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-153-3/+18
* | | | | | Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-123-3/+12
| |_|/ / / |/| | | |
* | | | | Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-127-122/+212
* | | | | Use native String#capitalizeFrancesco Rodríguez2018-10-122-9/+2