aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Use Thread.pass instead of Kernel.sleep to trigger race conditionGuilherme Mansur2019-08-051-14/+7
* Able to initalize default value for thread_mattr_*Guilherme Mansur2019-08-051-11/+27
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* Missing require AS/core_ext/date/conversionsAkira Matsuda2019-08-022-0/+2
* Lazily evaluate FileUpdateCheckerSharedTests when being includedAkira Matsuda2019-08-021-195/+199
* Let's try not to depend too much on other core extensions in a core extension...Akira Matsuda2019-08-021-1/+1
* require only what each test concernsAkira Matsuda2019-08-024-4/+7
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-5/+5
* Prevent error on transliterate with frozen strings.Cliff Pruitt2019-07-311-7/+7
* 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
|/ / /