aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+2
* Always add AS lib/ to path when running its test suiteJoshua Peek2009-11-091-4/+4
* Remove automatic rubygems loading from AS test runnerJoshua Peek2009-11-091-9/+1
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-1/+8
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* For testing, only load rubygems if mocha is missingJoshua Peek2009-09-141-1/+8
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-4/+2
* Don't eager require mocha, AS unit needs to set stuff up firstJoshua Peek2009-09-131-1/+1
* Detect missing dependencies and automatically run bundlerJoshua Peek2009-09-131-2/+2
* Move AS vendor support into bundler.Joshua Peek2009-09-131-1/+3
* Please 1.8.6 CIJoshua Peek2009-09-071-0/+3
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-3/+0
* Crazy hacks to get the Isolation testing module to work on non forking enviro...Yehuda Katz + Carl Lerche2009-06-301-0/+2
* Distinguish missing memcache from missing memcache serverJeremy Kemper2009-03-281-4/+6
* Hack in env variable setting for Dependencies.mechanismJeremy Kemper2009-03-261-0/+1
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-1/+2
* Require Mocha >= 0.9.3 which includes a MiniTest adapterJeremy Kemper2008-11-231-1/+1
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-4/+0
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+1
* Require mocha >= 0.9.0 for Active Support tests. Don't manipulate the load path.Jeremy Kemper2008-11-201-32/+17
* Just rescue exception rather than checking for both miniunit and test/unitJeremy Kemper2008-11-071-0/+1
* Skip tests that depend on memcached if not running.Doug Barth2008-10-171-1/+11
* Move with_kcode helper to abstract_unit. Add tests for multibyte string exten...Manfred Stienstra2008-09-211-1/+14
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-1/+7
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-301-7/+0
* Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d...Geoff Buesing2008-03-301-1/+1
* Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie...Geoff Buesing2008-03-211-1/+1
* Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon...Geoff Buesing2008-01-211-7/+18
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-7/+9
* Extract InflectorTestCases so both inflector and string inflections tests can...Jeremy Kemper2007-09-271-0/+1
* Object.subclasses_of includes anonymous subclasses.Jeremy Kemper2007-09-231-0/+1
* Added Array#rand (closes #9170) [norbert]David Heinemeier Hansson2007-09-151-0/+9
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-0/+3
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-0/+4