aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Use Thread.pass instead of Kernel.sleep to trigger race conditionGuilherme Mansur2019-08-052-21/+12
* Able to initalize default value for thread_mattr_*Guilherme Mansur2019-08-053-16/+46
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-022-3/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-023-20/+13
* Missing require AS/core_ext/date/conversionsAkira Matsuda2019-08-022-0/+2
* hash_conversion itself does not at all depend on time extensionsAkira Matsuda2019-08-021-1/+0
* Lazily evaluate FileUpdateCheckerSharedTests when being includedAkira Matsuda2019-08-021-195/+199
* Missing require AS/core_ext/string/inflectionsAkira Matsuda2019-08-021-0/+2
* Let's try not to depend too much on other core extensions in a core extension...Akira Matsuda2019-08-021-1/+1
* Missing require AS/core_ext/object/blankAkira Matsuda2019-08-021-0/+1
* require only what each test concernsAkira Matsuda2019-08-024-4/+7
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-023-13/+20
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-022-3/+3
* Missing require "AS/core_ext/date_time/conversions"Akira Matsuda2019-08-011-0/+1
* Another missing require "AS/core_ext/object/try"Akira Matsuda2019-08-011-0/+1
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-012-0/+2
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-5/+5
* Prevent error on transliterate with frozen strings.Cliff Pruitt2019-07-312-7/+8
* Address to rubocop offencesRyuta Kamizono2019-07-311-1/+1
* Reduce Array allocationsAkira Matsuda2019-07-311-1/+1
* Accessing ivar with Symbols might be just a very little bit better than with ...Akira Matsuda2019-07-312-2/+2
* Cache tags_text to avoid computing tags each time when loggingAkira Matsuda2019-07-311-5/+10
* Speedup and reduce Array creation when constantizing a non-namespaced stringAkira Matsuda2019-07-311-25/+29
* [ci skip] Fix unclosed tags in `Inflector` docsvzvu3k6k2019-07-301-1/+1
* Call raise with parentheses like a normal method call with argumentsCarlos Antonio da Silva2019-07-291-2/+2
* Use match? where we don't need MatchDataAkira Matsuda2019-07-296-8/+8
* Revert "Use assert_match / assert_no_match for asserting match"Akira Matsuda2019-07-291-3/+3
* Add AS::TimeZone#match?Akira Matsuda2019-07-292-0/+14
* Add AS::Multibyte::Chars#match?Akira Matsuda2019-07-292-1/+7
* Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]Xavier Noria2019-07-281-1/+12
* Performance improvement for `String#to`Ryuta Kamizono2019-07-283-3/+1
* Merge pull request #36185 from jonathanhefner/optimize-string-first-and-lastRafael França2019-07-282-34/+22
|\
| * Improve String#first and #last performanceJonathan Hefner2019-05-052-34/+22
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-273-4/+4
* | Use assert_match / assert_no_match for asserting matchAkira Matsuda2019-07-271-3/+3
* | Remove tough to grasp -1 + 1 = 0 from String#toKasper Timm Hansen2019-07-262-2/+4
* | Remove comments in test fileCliff Pruitt2019-07-261-7/+0
* | Handle GB18030 strings with invalid characters in transliterateCliff Pruitt2019-07-262-13/+18
* | Handle US-ASCII strings with invalid characters in transliterateCliff Pruitt2019-07-262-19/+26
* | Add encoding tests for ActiveSupport::Inflector.transliterateCliff Pruitt2019-07-261-0/+57
* | Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterateCliff Pruitt2019-07-262-0/+12
* | Merge pull request #36180 from jonathanhefner/optimize-string-fromRafael França2019-07-251-2/+3
|\ \
| * | Avoid extra allocation in String#from and #toJonathan Hefner2019-05-051-2/+3
| |/
* | Use correct variable in `secure_compare!`yuuji.yaginuma2019-07-262-1/+14
* | Fixup 64a430129fKasper Timm Hansen2019-07-251-3/+5
* | Use binding.local_variable_get for `:for`Kasper Timm Hansen2019-07-251-5/+3
* | let autoloaded? support modules with overridden names [closes #36757]Xavier Noria2019-07-253-3/+21
* | Merge pull request #36318 from itsWill/fix_event_object_payloadRafael França2019-07-253-1/+24
|\ \
| * | Merge payload for EventObject subscribersGuilherme Mansur2019-05-223-1/+24
* | | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-253-0/+75
|\ \ \