aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/kernel_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Unused class for testing since 93559da4826546d07014f8cfa399b64b4a143127Akira Matsuda2017-01-181-16/+0
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Revert "Add default exceptions affected by suppress (#25099)"Rafael Mendonça França2016-05-231-9/+0
* Add default exceptions affected by suppress (#25099)Alexey Zapparov2016-05-231-0/+9
* Remove debugger supportRafael Mendonça França2015-01-041-24/+0
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-47/+0
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-19/+17
* Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-1/+1
* Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+16
* Test Kernel#quietlyAkira Matsuda2013-01-231-0/+12
* Kernel#capture replaced by version which can catch output from subprocessesDmitry Vorotilin2012-11-011-0/+2
* Eliminate dependency on Rails::VERSION::STRINGAndrew White2012-06-051-1/+0
* Reduce warning messages when running Active Support testsAndrew White2012-05-311-2/+3
* use AS::TestCase as the base classAaron Patterson2012-01-051-3/+3
* remove Kernel#singleton_class from core_ext as it is present in ruby 1.9lest2011-12-211-6/+1
* Removed the AS core_ext/kernel/debugger breakpoint method as this method is a...Josh Kalderimis2011-05-231-3/+43
* Move capture to Kernel. [#5641 state:resolved]Krekoten' Marjan2010-09-181-0/+5
* Trifling typosRaphomet2010-08-211-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-0/+11
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+16
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+1
* fix test warningsJeremy Kemper2006-05-311-0/+2
* r3240@asus: jeremy | 2005-11-20 23:22:34 -0800Jeremy Kemper2005-11-211-11/+20
* r3219@asus: jeremy | 2005-11-20 03:07:19 -0800Jeremy Kemper2005-11-211-1/+1
* Added Kernel#silence_stderr to silence stderr for the duration of the given b...Sam Stephenson2005-11-071-0/+10
* Added test to ensure that silence_warnings also returned its valueDavid Heinemeier Hansson2005-09-111-0/+4
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-0/+19