| Commit message (Expand) | Author | Age | Files | Lines |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 4 | -5/+5 |
* | Revert "Use assert_match / assert_no_match for asserting match" | Akira Matsuda | 2019-07-29 | 1 | -3/+3 |
* | Add AS::TimeZone#match? | Akira Matsuda | 2019-07-29 | 1 | -0/+7 |
* | Add AS::Multibyte::Chars#match? | Akira Matsuda | 2019-07-29 | 1 | -0/+6 |
* | Merge pull request #36185 from jonathanhefner/optimize-string-first-and-last | Rafael França | 2019-07-28 | 1 | -12/+20 |
|\ |
|
| * | Improve String#first and #last performance | Jonathan Hefner | 2019-05-05 | 1 | -12/+20 |
* | | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 1 | -2/+2 |
* | | 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 | 1 | -0/+2 |
* | | 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 | 1 | -7/+4 |
* | | Handle US-ASCII strings with invalid characters in transliterate | Cliff Pruitt | 2019-07-26 | 1 | -17/+11 |
* | | 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 | 1 | -0/+8 |
* | | Use correct variable in `secure_compare!` | yuuji.yaginuma | 2019-07-26 | 1 | -0/+13 |
* | | let autoloaded? support modules with overridden names [closes #36757] | Xavier Noria | 2019-07-25 | 1 | -0/+7 |
* | | Merge pull request #36318 from itsWill/fix_event_object_payload | Rafael França | 2019-07-25 | 1 | -0/+21 |
|\ \ |
|
| * | | Merge payload for EventObject subscribers | Guilherme Mansur | 2019-05-22 | 1 | -0/+21 |
* | | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 1 | -0/+24 |
|\ \ \ |
|
| * | | | Add compact_blank shortcut for reject(&:blank?) | Dana Sherson | 2019-06-05 | 1 | -0/+24 |
* | | | | Make ActiveSupport::Logger Fiber-safe | Senya | 2019-07-24 | 1 | -0/+44 |
* | | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotation | Rafael França | 2019-07-24 | 1 | -0/+44 |
|\ \ \ \ |
|
| * | | | | Introduce a new ActiveSupport::SecureCompareRotator class: | Edouard CHIN | 2019-06-06 | 1 | -0/+44 |
* | | | | | Merge pull request #36370 from ptoomey3/master | Rafael França | 2019-07-23 | 1 | -0/+7 |
|\ \ \ \ \ |
|
| * | | | | | Update activesupport/test/parameter_filter_test.rb
| Patrick Toomey | 2019-07-23 | 1 | -1/+0 |
| * | | | | | Add failing test for array values and procs | Patrick Toomey | 2019-05-31 | 1 | -0/+8 |
* | | | | | | Omit marshal_dump & _dump from delegate_missing_to | Aaron Lipman | 2019-07-17 | 1 | -0/+29 |
* | | | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector.... | Cliff Pruitt | 2019-07-17 | 1 | -8/+0 |
* | | | | | | Make UTF-8 string requirement explicit for `transliterate` | Cliff Pruitt | 2019-07-16 | 1 | -0/+8 |
* | | | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota... | Matthew Draper | 2019-07-16 | 1 | -0/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix problem with accessing constant proxy subclass | Prem Sichanugrist | 2019-07-05 | 1 | -0/+17 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-reference | Rafael França | 2019-07-15 | 1 | -0/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | Return a copy of the cache entry when local_cache exists: | Edouard CHIN | 2019-07-11 | 1 | -0/+9 |
* | | | | | | | Implement UnboundMethod#duplicable? | Jean Boussier | 2019-07-12 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Delete `DateAndTime` method definition in rails that is compatible with ruby ... | soartec-lab | 2019-06-16 | 3 | -76/+60 |
* | | | | | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 16 | -19/+1 |
|/ / / / / |
|
* | / / / | Allow `on_rotation` in MessageEncryptor to be passed in constructor: | Edouard CHIN | 2019-06-06 | 1 | -0/+28 |
| |/ / /
|/| | | |
|
* | | | | Fix `subscribed` with no pattern to subscribe all messages | Ryuta Kamizono | 2019-06-03 | 1 | -0/+18 |
|/ / / |
|
* | | | ruby < 2.5 is no longer supported | Akira Matsuda | 2019-05-28 | 2 | -17/+9 |
* | | | Merge pull request #36340 from jhawthorn/evented_file_checker_symlink | Kasper Timm Hansen | 2019-05-24 | 1 | -20/+36 |
|\ \ \ |
|
| * | | | Fix EventedFileUpdateChecker through a symlink | John Hawthorn | 2019-05-23 | 1 | -0/+18 |
| * | | | Use existing tmpdir in evented_file_update_test | John Hawthorn | 2019-05-23 | 1 | -20/+18 |
* | | | | Delete evented_file_update_checker existing_parent | John Hawthorn | 2019-05-23 | 1 | -8/+0 |
|/ / / |
|
* / / | Add :allow_nil option to delegate_missing_to; use in ActiveStorage | Matt Tanous | 2019-05-23 | 1 | -0/+14 |
|/ / |
|
* / | Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'... | Vishal Telangre | 2019-05-10 | 1 | -1/+68 |
|/ |
|
* | Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_... | Rafael França | 2019-05-01 | 1 | -0/+28 |
|\ |
|
| * | HashWithIndifferentAccess#initialize performance improvement | Miles Georgi | 2018-12-06 | 1 | -0/+28 |
* | | revert changes to monotonic times | Kevin Solorio | 2019-04-30 | 1 | -4/+3 |
* | | Frozen truncate (#36109) | Jordan Thomas | 2019-04-26 | 1 | -0/+5 |
* | | Merge pull request #36037 from kamipo/deprecate_methods | Ryuta Kamizono | 2019-04-19 | 1 | -8/+0 |
|\ \ |
|