aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Cut down even further on rake -T noiseDavid Heinemeier Hansson2010-06-091-13/+37
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+1
* Ensure application rake tasks and generators are loaded after the ones specif...José Valim2010-04-261-0/+2
* Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]Anil Wadghule2010-04-131-1/+1
* db:test:prepare for tasks only if AR is loadedSantiago Pastorino2010-04-091-7/+11
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+0
* Resolve test/unit load ordering by removing backtrace filter from boot initia...Jeremy Kemper2010-02-111-9/+1
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-1/+1
* Add backtrace cleaner on test unit railtie.José Valim2010-02-071-0/+8
* Only load testing tasks if test unit is being used.José Valim2010-01-292-2/+132
* Cleanup the test_unit generator move into the railtieCarl Lerche2010-01-281-1/+7
* Test::Unit Railtie Carlhuda2010-01-281-0/+11