aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/isolation.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-2/+2
* Use `Minitest::Result` for retain test resultyuuji.yaginuma2018-01-031-2/+4
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* [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
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* Fix arguments passing in testing isolationKir Shatrov2016-11-301-7/+8
* Fix testing isolationKir Shatrov2016-11-151-1/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Remove `_run_class_setup`Jon Moss2016-06-101-11/+0
* make sure exceptions are marshalable when returning test resultsAaron Patterson2015-09-301-1/+17
* MRI compatible code for ActiveSupport::Testing::Isolation::SubprocessAlexey Gaziev2015-04-191-4/+4
* Better fork detection in ActiveSupport::Testing::Isolationdeepj2015-01-101-3/+1
* Make the isolated tests run on JRubyRobin Dupret2014-06-211-6/+16
* set encoding to binmode for pipeAnna Carey2014-01-171-0/+2
* Using parallelize_me! to parallelize isolated testArun Agrawal2013-12-101-6/+3
* Minitest upgrade broke buildArun Agrawal2013-12-061-1/+1
* Fix ActiveSupport::Testing::Isolation on jrubyAlex Tambellini2013-08-021-48/+4
* Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-061-11/+6
* Work around change in how MiniTest detects SIGINFOJon Leighton2013-05-031-0/+4
* Bump up minitest dependency and remove our own reinvented version of Parallel...Akira Matsuda2013-02-191-37/+1
* 'minitest/parallel_each' might not always be availableAkira Matsuda + Koichi Sasada2013-01-291-1/+4
* Needs to explicitly require 'minitest/parallel_each'Akira Matsuda + Koichi Sasada2013-01-291-0/+2
* The test setup is not threadsafe. Wrap in a mutex.Jon Leighton2013-01-181-3/+7
* MiniTest already defines a ParallelEach classJon Leighton2013-01-181-23/+27
* added marshal_load and marshal_dump for ProxyTestResult. Behavior of method_m...SHIBATA Hiroshi2013-01-051-2/+10
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-1/+1
* Run the logger tests in isolationRafael Mendonça França2012-06-191-1/+1
* CORES needs to be a integerRafael Mendonça França2012-06-191-1/+1
* run railties tests in parallel, default to 2 coresAaron Patterson2012-06-191-0/+39
* no need in separate MiniTest modulesSergey Nartimov2012-01-241-14/+8
* Test::Unit::Collector::ObjectSpace is not present anymoreRafael Mendonça França2012-01-181-10/+0
* support only MiniTest run with Isolation test Vishnu Atrai2012-01-051-29/+1
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* AS::Isolation functional on Windows/JRuby.Nick Sieger2010-06-241-8/+11
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-2/+2
* Allow ActiveSupport's isolation tests to run with MiniTest on 1.9Carl Lerche2009-12-301-18/+46
* Fixes remote errors in isolation testsYehuda Katz2009-11-231-0/+15
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-2/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-0/+2
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-141-2/+0
* To unmarshal MissingSourceFile from childJeremy Kemper2009-10-091-1/+3
* Fix the broken railties isolation testsCarl Lerche2009-09-291-4/+9
* Get Initializer tests running without requiring parts of Rails being loaded f...Yehuda Katz + Carl Lerche2009-07-061-70/+72
* Adds support for def self.setup in isolation tests for setup that should be r...Yehuda Katz + Carl Lerche2009-07-021-0/+5