aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-053-0/+75
* | | | 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-243-1/+78
* | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotationRafael França2019-07-242-0/+96
|\ \ \ \
| * | | | Introduce a new ActiveSupport::SecureCompareRotator class:Edouard CHIN2019-06-062-0/+96
* | | | | Merge pull request #36370 from ptoomey3/masterRafael França2019-07-232-1/+13
|\ \ \ \ \
| * | | | | Update activesupport/test/parameter_filter_test.rb Patrick Toomey2019-07-231-1/+0
| * | | | | Use style consistent with surrounding codePatrick Toomey2019-05-311-3/+1
| * | | | | Fix typoPatrick Toomey2019-05-311-1/+1
| * | | | | Recursively process arrays consistentlyPatrick Toomey2019-05-311-1/+8
| * | | | | Add failing test for array values and procsPatrick Toomey2019-05-311-0/+8
* | | | | | Improve changelog entry, remove extraneous word [ci skip]Carlos Antonio da Silva2019-07-231-2/+2
* | | | | | Remove changelog entry for backported changeGeorge Claghorn2019-07-221-7/+0
* | | | | | Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-173-2/+44
* | | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-172-15/+2
* | | | | | Merge pull request #36690 from cpruitt/make-parameterize-requires-utf-8-explicitEileen M. Uchitelle2019-07-172-2/+15
|\ \ \ \ \ \