index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
core_ext
/
kernel_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue with Kernel#silence_stream leaking file descriptors
Mario Visic
2013-12-06
1
-0
/
+16
*
Test Kernel#quietly
Akira Matsuda
2013-01-23
1
-0
/
+12
*
Kernel#capture replaced by version which can catch output from subprocesses
Dmitry Vorotilin
2012-11-01
1
-0
/
+2
*
Eliminate dependency on Rails::VERSION::STRING
Andrew White
2012-06-05
1
-1
/
+0
*
Reduce warning messages when running Active Support tests
Andrew White
2012-05-31
1
-2
/
+3
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-3
/
+3
*
remove Kernel#singleton_class from core_ext as it is present in ruby 1.9
lest
2011-12-21
1
-6
/
+1
*
Removed the AS core_ext/kernel/debugger breakpoint method as this method is a...
Josh Kalderimis
2011-05-23
1
-3
/
+43
*
Move capture to Kernel. [#5641 state:resolved]
Krekoten' Marjan
2010-09-18
1
-0
/
+5
*
Trifling typos
Raphomet
2010-08-21
1
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...
Xavier Noria
2010-04-05
1
-0
/
+11
*
Explicit test dependencies
Jeremy Kemper
2009-03-28
1
-0
/
+16
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-2
/
+1
*
fix test warnings
Jeremy Kemper
2006-05-31
1
-0
/
+2
*
r3240@asus: jeremy | 2005-11-20 23:22:34 -0800
Jeremy Kemper
2005-11-21
1
-11
/
+20
*
r3219@asus: jeremy | 2005-11-20 03:07:19 -0800
Jeremy Kemper
2005-11-21
1
-1
/
+1
*
Added Kernel#silence_stderr to silence stderr for the duration of the given b...
Sam Stephenson
2005-11-07
1
-0
/
+10
*
Added test to ensure that silence_warnings also returned its value
David Heinemeier Hansson
2005-09-11
1
-0
/
+4
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
1
-0
/
+19