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
/
lib
/
active_support
/
testing
/
isolation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump up minitest dependency and remove our own reinvented version of Parallel...
Akira Matsuda
2013-02-19
1
-37
/
+1
*
'minitest/parallel_each' might not always be available
Akira Matsuda + Koichi Sasada
2013-01-29
1
-1
/
+4
*
Needs to explicitly require 'minitest/parallel_each'
Akira Matsuda + Koichi Sasada
2013-01-29
1
-0
/
+2
*
The test setup is not threadsafe. Wrap in a mutex.
Jon Leighton
2013-01-18
1
-3
/
+7
*
MiniTest already defines a ParallelEach class
Jon Leighton
2013-01-18
1
-23
/
+27
*
added marshal_load and marshal_dump for ProxyTestResult. Behavior of method_m...
SHIBATA Hiroshi
2013-01-05
1
-2
/
+10
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
*
Run the logger tests in isolation
Rafael Mendonça França
2012-06-19
1
-1
/
+1
*
CORES needs to be a integer
Rafael Mendonça França
2012-06-19
1
-1
/
+1
*
run railties tests in parallel, default to 2 cores
Aaron Patterson
2012-06-19
1
-0
/
+39
*
no need in separate MiniTest modules
Sergey Nartimov
2012-01-24
1
-14
/
+8
*
Test::Unit::Collector::ObjectSpace is not present anymore
Rafael Mendonça França
2012-01-18
1
-10
/
+0
*
support only MiniTest run with Isolation test
Vishnu Atrai
2012-01-05
1
-29
/
+1
*
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
Santiago Pastorino
2010-08-23
1
-1
/
+1
*
AS::Isolation functional on Windows/JRuby.
Nick Sieger
2010-06-24
1
-8
/
+11
*
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Anil Wadghule
2010-04-26
1
-1
/
+2
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-2
/
+2
*
Allow ActiveSupport's isolation tests to run with MiniTest on 1.9
Carl Lerche
2009-12-30
1
-18
/
+46
*
Fixes remote errors in isolation tests
Yehuda Katz
2009-11-23
1
-0
/
+15
*
Have all the tests running off a single Gemfile
Yehuda Katz + Carl Lerche
2009-10-20
1
-2
/
+0
*
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...
Carl Lerche
2009-10-16
1
-0
/
+2
*
Finish porting over the initializers to the app object and fix all the tests
Carl Lerche
2009-10-14
1
-2
/
+0
*
To unmarshal MissingSourceFile from child
Jeremy Kemper
2009-10-09
1
-1
/
+3
*
Fix the broken railties isolation tests
Carl Lerche
2009-09-29
1
-4
/
+9
*
Get Initializer tests running without requiring parts of Rails being loaded f...
Yehuda Katz + Carl Lerche
2009-07-06
1
-70
/
+72
*
Adds support for def self.setup in isolation tests for setup that should be r...
Yehuda Katz + Carl Lerche
2009-07-02
1
-0
/
+5
*
Crazy hacks to get the Isolation testing module to work on non forking enviro...
Yehuda Katz + Carl Lerche
2009-06-30
1
-10
/
+69
*
Created AS::Testing::Isolation which runs each test case in a separate process.
Yehuda Katz + Carl Lerche
2009-06-30
1
-0
/
+39