aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Fix typoPatrick Toomey2019-05-311-1/+1
| * | | | | Recursively process arrays consistentlyPatrick Toomey2019-05-311-1/+8
* | | | | | Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-171-0/+6
* | | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-171-7/+2
* | | | | | Merge pull request #36690 from cpruitt/make-parameterize-requires-utf-8-explicitEileen M. Uchitelle2019-07-171-2/+7
|\ \ \ \ \ \
| * | | | | | Make UTF-8 string requirement explicit for `transliterate`Cliff Pruitt2019-07-161-2/+7
* | | | | | | Merge pull request #36648 from louim/patch-1Rafael França2019-07-161-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update message verifier documentation [ci skip]Louis-Michel Couture2019-07-101-2/+2
* | | | | | | Merge pull request #36667 from gmcgibbon/clarify_logger_set_in_log_subscriber...Gannon McGibbon2019-07-161-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Specify log subscribers need a logger set before they can receive eventsGannon McGibbon2019-07-151-0/+3
* | | | | | | | Merge pull request #36685 from Shopify/as-depedencies-unhook-fixRafael França2019-07-161-3/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Loadable.exclude_from to also reset Kernel#requireJean Boussier2019-07-161-3/+23
* | | | | | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota...Matthew Draper2019-07-161-3/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-051-3/+24
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-151-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-111-1/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-161-1/+0
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Inline anemic log guardDavid Heinemeier Hansson2019-07-151-6/+3
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #36658 from Shopify/duplicable-changesRyuta Kamizono2019-07-141-117/+7
|\ \ \ \ \ \ \
| * | | | | | | Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+10
| * | | | | | | Remove dead code in duplicable.rbJean Boussier2019-07-111-120/+1
| |/ / / / / /
* | | | | | | active_support/deprecation is not in use hereAkira Matsuda2019-07-122-2/+0
* | | | | | | active_support/dependencies/autoload is already required via active_support.rbAkira Matsuda2019-07-122-5/+0
|/ / / / / /
* | | | | | Merge pull request #36443 from jhawthorn/as_parallelization_process_nameJohn Hawthorn2019-07-061-0/+11
|\ \ \ \ \ \
| * | | | | | Set process name of parallelized test workersJohn Hawthorn2019-06-071-0/+11
| |/ / / / /
* | | | | | Rely on Kernel require instead of self requireBenoit Tigeot2019-06-221-1/+1
* | | | | | Indentation >>Akira Matsuda2019-06-221-6/+6
* | | | | | Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-162-30/+30