aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-294-5/+5
* Revert "Use assert_match / assert_no_match for asserting match"Akira Matsuda2019-07-291-3/+3
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-0/+7
* Add AS::Multibyte::Chars#match?Akira Matsuda2019-07-291-0/+6
* Merge pull request #36185 from jonathanhefner/optimize-string-first-and-lastRafael França2019-07-281-12/+20
|\
| * Improve String#first and #last performanceJonathan Hefner2019-05-051-12/+20
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-271-2/+2
* | 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-261-0/+2
* | Remove comments in test fileCliff Pruitt2019-07-261-7/+0
* | Handle GB18030 strings with invalid characters in transliterateCliff Pruitt2019-07-261-7/+4
* | Handle US-ASCII strings with invalid characters in transliterateCliff Pruitt2019-07-261-17/+11
* | Add encoding tests for ActiveSupport::Inflector.transliterateCliff Pruitt2019-07-261-0/+57
* | Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterateCliff Pruitt2019-07-261-0/+8
* | Use correct variable in `secure_compare!`yuuji.yaginuma2019-07-261-0/+13
* | let autoloaded? support modules with overridden names [closes #36757]Xavier Noria2019-07-251-0/+7
* | Merge pull request #36318 from itsWill/fix_event_object_payloadRafael França2019-07-251-0/+21
|\ \
| * | Merge payload for EventObject subscribersGuilherme Mansur2019-05-221-0/+21
* | | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+24
|\ \ \
| * | | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+24
* | | | Make ActiveSupport::Logger Fiber-safeSenya2019-07-241-0/+44
* | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotationRafael França2019-07-241-0/+44
|\ \ \ \
| * | | | Introduce a new ActiveSupport::SecureCompareRotator class:Edouard CHIN2019-06-061-0/+44
* | | | | Merge pull request #36370 from ptoomey3/masterRafael França2019-07-231-0/+7
|\ \ \ \ \
| * | | | | Update activesupport/test/parameter_filter_test.rb Patrick Toomey2019-07-231-1/+0
| * | | | | Add failing test for array values and procsPatrick Toomey2019-05-311-0/+8
* | | | | | Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-171-0/+29
* | | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-171-8/+0
* | | | | | Make UTF-8 string requirement explicit for `transliterate`Cliff Pruitt2019-07-161-0/+8
* | | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota...Matthew Draper2019-07-161-0/+17
|\ \ \ \ \ \
| * | | | | | Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-051-0/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-151-0/+9
|\ \ \ \ \ \
| * | | | | | Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-111-0/+9
* | | | | | | Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+1
|/ / / / / /
* | | | | | Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-163-76/+60
* | | | | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1316-19/+1
|/ / / / /
* | / / / Allow `on_rotation` in MessageEncryptor to be passed in constructor:Edouard CHIN2019-06-061-0/+28
| |/ / / |/| | |
* | | | Fix `subscribed` with no pattern to subscribe all messagesRyuta Kamizono2019-06-031-0/+18
|/ / /
* | | ruby < 2.5 is no longer supportedAkira Matsuda2019-05-282-17/+9
* | | Merge pull request #36340 from jhawthorn/evented_file_checker_symlinkKasper Timm Hansen2019-05-241-20/+36
|\ \ \
| * | | Fix EventedFileUpdateChecker through a symlinkJohn Hawthorn2019-05-231-0/+18
| * | | Use existing tmpdir in evented_file_update_testJohn Hawthorn2019-05-231-20/+18
* | | | Delete evented_file_update_checker existing_parentJohn Hawthorn2019-05-231-8/+0
|/ / /
* / / Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-0/+14
|/ /
* / Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'...Vishal Telangre2019-05-101-1/+68
|/
* Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_...Rafael França2019-05-011-0/+28
|\
| * HashWithIndifferentAccess#initialize performance improvementMiles Georgi2018-12-061-0/+28
* | revert changes to monotonic timesKevin Solorio2019-04-301-4/+3
* | Frozen truncate (#36109)Jordan Thomas2019-04-261-0/+5
* | Merge pull request #36037 from kamipo/deprecate_methodsRyuta Kamizono2019-04-191-8/+0
|\ \