aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Use Thread.pass instead of Kernel.sleep to trigger race conditionGuilherme Mansur2019-08-051-7/+5
* Able to initalize default value for thread_mattr_*Guilherme Mansur2019-08-051-5/+11
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-3/+0
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-022-20/+0
* hash_conversion itself does not at all depend on time extensionsAkira Matsuda2019-08-021-1/+0
* Missing require AS/core_ext/string/inflectionsAkira Matsuda2019-08-021-0/+2
* Missing require AS/core_ext/object/blankAkira Matsuda2019-08-021-0/+1
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-022-0/+20
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-0/+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
* Prevent error on transliterate with frozen strings.Cliff Pruitt2019-07-311-0/+1
* 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-292-3/+3
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-0/+7
* Add AS::Multibyte::Chars#match?Akira Matsuda2019-07-291-1/+1
* 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-281-22/+2
|\
| * Improve String#first and #last performanceJonathan Hefner2019-05-051-22/+2
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-272-2/+2
* | Remove tough to grasp -1 + 1 = 0 from String#toKasper Timm Hansen2019-07-261-2/+2
* | Handle GB18030 strings with invalid characters in transliterateCliff Pruitt2019-07-261-6/+14
* | Handle US-ASCII strings with invalid characters in transliterateCliff Pruitt2019-07-261-2/+15
* | Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterateCliff Pruitt2019-07-261-0/+4
* | 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-261-1/+1
* | 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-252-3/+14
* | Merge pull request #36318 from itsWill/fix_event_object_payloadRafael França2019-07-252-1/+3
|\ \
| * | Merge payload for EventObject subscribersGuilherme Mansur2019-05-222-1/+3
* | | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+46
|\ \ \
| * | | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+46
* | | | Merge pull request #36758 from jturkel/feature/hash-optimizationRafael França2019-07-251-1/+3
|\ \ \ \
| * | | | Avoid hash allocation for HashWithIndifferentAccess#convert_value default opt...Joel Turkel2019-07-241-1/+3
* | | | | Optimize DescendantsArray insertionsJean Boussier2019-07-251-2/+4
|/ / / /
* | | | Make ActiveSupport::Logger Fiber-safeSenya2019-07-241-1/+2
* | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotationRafael França2019-07-241-0/+52
|\ \ \ \
| * | | | Introduce a new ActiveSupport::SecureCompareRotator class:Edouard CHIN2019-06-061-0/+52
* | | | | Merge pull request #36370 from ptoomey3/masterRafael França2019-07-231-1/+6
|\ \ \ \ \
| * | | | | Use style consistent with surrounding codePatrick Toomey2019-05-311-3/+1