aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/isolation.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Crazy hacks to get the Isolation testing module to work on non forking enviro...Yehuda Katz + Carl Lerche2009-06-301-10/+69
* Created AS::Testing::Isolation which runs each test case in a separate process.Yehuda Katz + Carl Lerche2009-06-301-0/+39