| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AS::Multibyte::Chars#match? | Akira Matsuda | 2019-07-29 | 2 | -1/+7 |
* | Improves compatibility of require_dependency in zeitwerk mode [Closes #36774] | Xavier Noria | 2019-07-28 | 1 | -1/+12 |
* | Performance improvement for `String#to` | Ryuta Kamizono | 2019-07-28 | 3 | -3/+1 |
* | Merge pull request #36185 from jonathanhefner/optimize-string-first-and-last | Rafael França | 2019-07-28 | 2 | -34/+22 |
|\ |
|
| * | Improve String#first and #last performance | Jonathan Hefner | 2019-05-05 | 2 | -34/+22 |
* | | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 3 | -4/+4 |
* | | Use assert_match / assert_no_match for asserting match | Akira Matsuda | 2019-07-27 | 1 | -3/+3 |
* | | Remove tough to grasp -1 + 1 = 0 from String#to | Kasper Timm Hansen | 2019-07-26 | 2 | -2/+4 |
* | | Remove comments in test file | Cliff Pruitt | 2019-07-26 | 1 | -7/+0 |
* | | Handle GB18030 strings with invalid characters in transliterate | Cliff Pruitt | 2019-07-26 | 2 | -13/+18 |
* | | Handle US-ASCII strings with invalid characters in transliterate | Cliff Pruitt | 2019-07-26 | 2 | -19/+26 |
* | | Add encoding tests for ActiveSupport::Inflector.transliterate | Cliff Pruitt | 2019-07-26 | 1 | -0/+57 |
* | | Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterate | Cliff Pruitt | 2019-07-26 | 2 | -0/+12 |
* | | Merge pull request #36180 from jonathanhefner/optimize-string-from | Rafael França | 2019-07-25 | 1 | -2/+3 |
|\ \ |
|
| * | | Avoid extra allocation in String#from and #to | Jonathan Hefner | 2019-05-05 | 1 | -2/+3 |
| |/ |
|
* | | Use correct variable in `secure_compare!` | yuuji.yaginuma | 2019-07-26 | 2 | -1/+14 |
* | | Fixup 64a430129f | Kasper Timm Hansen | 2019-07-25 | 1 | -3/+5 |
* | | Use binding.local_variable_get for `:for` | Kasper Timm Hansen | 2019-07-25 | 1 | -5/+3 |
* | | let autoloaded? support modules with overridden names [closes #36757] | Xavier Noria | 2019-07-25 | 3 | -3/+21 |
* | | Merge pull request #36318 from itsWill/fix_event_object_payload | Rafael França | 2019-07-25 | 3 | -1/+24 |
|\ \ |
|
| * | | Merge payload for EventObject subscribers | Guilherme Mansur | 2019-05-22 | 3 | -1/+24 |
* | | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 3 | -0/+75 |
|\ \ \ |
|
| * | | | Add compact_blank shortcut for reject(&:blank?) | Dana Sherson | 2019-06-05 | 3 | -0/+75 |
* | | | | Merge pull request #36758 from jturkel/feature/hash-optimization | Rafael França | 2019-07-25 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Avoid hash allocation for HashWithIndifferentAccess#convert_value default opt... | Joel Turkel | 2019-07-24 | 1 | -1/+3 |
* | | | | | Optimize DescendantsArray insertions | Jean Boussier | 2019-07-25 | 1 | -2/+4 |
|/ / / / |
|
* | | | | Make ActiveSupport::Logger Fiber-safe | Senya | 2019-07-24 | 3 | -1/+78 |
* | | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotation | Rafael França | 2019-07-24 | 2 | -0/+96 |
|\ \ \ \ |
|
| * | | | | Introduce a new ActiveSupport::SecureCompareRotator class: | Edouard CHIN | 2019-06-06 | 2 | -0/+96 |
* | | | | | Merge pull request #36370 from ptoomey3/master | Rafael França | 2019-07-23 | 2 | -1/+13 |
|\ \ \ \ \ |
|
| * | | | | | Update activesupport/test/parameter_filter_test.rb
| Patrick Toomey | 2019-07-23 | 1 | -1/+0 |
| * | | | | | Use style consistent with surrounding code | Patrick Toomey | 2019-05-31 | 1 | -3/+1 |
| * | | | | | Fix typo | Patrick Toomey | 2019-05-31 | 1 | -1/+1 |
| * | | | | | Recursively process arrays consistently | Patrick Toomey | 2019-05-31 | 1 | -1/+8 |
| * | | | | | Add failing test for array values and procs | Patrick Toomey | 2019-05-31 | 1 | -0/+8 |
* | | | | | | Improve changelog entry, remove extraneous word [ci skip] | Carlos Antonio da Silva | 2019-07-23 | 1 | -2/+2 |
* | | | | | | Remove changelog entry for backported change | George Claghorn | 2019-07-22 | 1 | -7/+0 |
* | | | | | | Omit marshal_dump & _dump from delegate_missing_to | Aaron Lipman | 2019-07-17 | 3 | -2/+44 |
* | | | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector.... | Cliff Pruitt | 2019-07-17 | 2 | -15/+2 |
* | | | | | | Merge pull request #36690 from cpruitt/make-parameterize-requires-utf-8-explicit | Eileen M. Uchitelle | 2019-07-17 | 2 | -2/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | Make UTF-8 string requirement explicit for `transliterate` | Cliff Pruitt | 2019-07-16 | 2 | -2/+15 |
* | | | | | | | Merge pull request #36648 from louim/patch-1 | Rafael França | 2019-07-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Update message verifier documentation [ci skip] | Louis-Michel Couture | 2019-07-10 | 1 | -2/+2 |
* | | | | | | | Merge pull request #36667 from gmcgibbon/clarify_logger_set_in_log_subscriber... | Gannon McGibbon | 2019-07-16 | 1 | -0/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Specify log subscribers need a logger set before they can receive events | Gannon McGibbon | 2019-07-15 | 1 | -0/+3 |
* | | | | | | | | Merge pull request #36685 from Shopify/as-depedencies-unhook-fix | Rafael França | 2019-07-16 | 1 | -3/+23 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix Loadable.exclude_from to also reset Kernel#require | Jean Boussier | 2019-07-16 | 1 | -3/+23 |
* | | | | | | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota... | Matthew Draper | 2019-07-16 | 2 | -3/+41 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix problem with accessing constant proxy subclass | Prem Sichanugrist | 2019-07-05 | 2 | -3/+41 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-reference | Rafael França | 2019-07-15 | 2 | -1/+13 |
|\ \ \ \ \ \ \ \ \ |
|